diff options
author | Anton Hansson <hansson@google.com> | 2020-04-17 11:40:28 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-04-17 11:42:01 +0100 |
commit | 82ab0c4fbe34c1b14fc059082d703d78f47ed003 (patch) | |
tree | 72a80882baad6a972513d28fd290dc837d7ba73f | |
parent | ba367d3b7d05a4fe397a16b115978c5f53df50b9 (diff) |
Remove obsolete dist rules
The API files are disted to the apistubs/ subdir now, and all
known users have been updated to use that path.
Bug: 152479829
Test: No
Change-Id: I224fd5af8ba740c6ad94bbbdb20f5d53509e51f6
-rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk index 3b307146770e..d3627e118ae3 100644 --- a/Android.mk +++ b/Android.mk @@ -36,10 +36,6 @@ include $(CLEAR_VARS) # always included. INTERNAL_SDK_SOURCE_DIRS := $(addprefix $(LOCAL_PATH)/,$(dirs_to_document)) -$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE)) -$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_SYSTEM_API_FILE)) -$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_TEST_API_FILE)) - # sdk.atree needs to copy the whole dir: $(OUT_DOCS)/offline-sdk to the final zip. # So keep offline-sdk-timestamp target here, and unzip offline-sdk-docs.zip to # $(OUT_DOCS)/offline-sdk. |