diff options
| author | 2016-06-14 16:26:28 -0700 | |
|---|---|---|
| committer | 2016-06-14 16:27:32 -0700 | |
| commit | 5f60f7cde60557dbb4d33356b8fe4779af1bc793 (patch) | |
| tree | 7ae72377e1c5a7eac190cc730573e12b456d0aaf | |
| parent | 39647560d1e3b85f5bc92a9a464ba63b44faad3e (diff) | |
Add API 24 to reference selector.
Change-Id: I153245ef814e27bf50f9d972ad1aa34fd92e6b8a
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 76e9b337a3a4..795878b0bd62 100644 --- a/Android.mk +++ b/Android.mk @@ -847,7 +847,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/21.txt 21 \ -since $(SRC_API_DIR)/22.txt 22 \ -since $(SRC_API_DIR)/23.txt 23 \ - -since ./frameworks/base/api/current.txt N \ + -since $(SRC_API_DIR)/24.txt 24 \ -werror -hide 111 -hide 113 \ -overview $(LOCAL_PATH)/core/java/overview.html |