From 6635de0108214eaf586bc27d1dcc5a66f8289ec1 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Mon, 13 Jun 2016 21:14:35 +0100 Subject: [PATCH] Track libcore change 45f477557ddaf68cb2fe9603544b95c0e7af9a92 (cherry picked from commit ade5c7c8930969b50b6653ab28d87cccbd566547) Change-Id: Id1de514f0fc46fead029036ad5aded8ec9899119 --- api/test-current.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/test-current.txt b/api/test-current.txt index f09fe1982aa70..120fb8deec431 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -51780,6 +51780,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Native implements java.lang.annotation.Annotation { + } + public abstract class Repeatable implements java.lang.annotation.Annotation { }