From ade5c7c8930969b50b6653ab28d87cccbd566547 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 Change-Id: Id1de514f0fc46fead029036ad5aded8ec9899119 (cherry picked from commit af823e0ebf987d5715d6df80b3c9335b4e3a2cdb) --- api/current.txt | 3 +++ api/system-current.txt | 3 +++ api/test-current.txt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/api/current.txt b/api/current.txt index de1bfa13f1361..70939f8c34513 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51718,6 +51718,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 { } diff --git a/api/system-current.txt b/api/system-current.txt index 4667b4dcc1448..8409ee26e3070 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55074,6 +55074,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 { } 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 { }