From 05b9926a2cae29904e8c60f74e654cea88c8c5b3 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 23 Feb 2017 14:51:06 -0800 Subject: [PATCH] Add API 'since' tag for O dev preview (current.txt) Change-Id: I10ffd161f9249794df7d263a11703fbca0d88451 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index b204da72482d..109f6105e10a 100644 --- a/Android.mk +++ b/Android.mk @@ -931,6 +931,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/23.txt 23 \ -since $(SRC_API_DIR)/24.txt 24 \ -since $(SRC_API_DIR)/25.txt 25 \ + -since ./frameworks/base/api/current.txt O \ -werror -hide 111 -hide 113 \ -overview $(LOCAL_PATH)/core/java/overview.html -- 2.11.0