From ff97819d8bbec13148c25d2ec29201d5abb9e012 Mon Sep 17 00:00:00 2001 From: Pete Gillin Date: Mon, 17 Sep 2018 15:45:33 +0100 Subject: Rename the ojluni-annotated-stubs target. All of the annotations under this are intended for use in the SDK. In order to make this clear (because other types of annotations are planned), this change renames the target to ojluni-annotated-sdk-stubs. Bug: 115746226 Test: `make api-stubs-docs` Change-Id: I11366b6293b681cb4c8118fc117601a671c33282 --- Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Android.bp b/Android.bp index 3a5fcfaedd9a..42c2b217e5cf 100644 --- a/Android.bp +++ b/Android.bp @@ -1152,7 +1152,7 @@ stubs_defaults { previous_api: ":last-released-public-api", merge_annotations_dirs: [ "metalava-manual", - "ojluni-annotated-stubs", + "ojluni-annotated-sdk-stubs", ], } @@ -1214,7 +1214,7 @@ stubs_defaults { previous_api: ":last-released-public-api", merge_annotations_dirs: [ "metalava-manual", - "ojluni-annotated-stubs", + "ojluni-annotated-sdk-stubs", ], } @@ -1485,7 +1485,7 @@ droidstubs { previous_api: ":last-released-public-api", merge_annotations_dirs: [ "metalava-manual", - "ojluni-annotated-stubs", + "ojluni-annotated-sdk-stubs", ], args: " --show-annotation android.annotation.SystemApi", } -- cgit v1.2.3-59-g8ed1b