diff options
| author | 2020-07-17 10:08:58 +0000 | |
|---|---|---|
| committer | 2020-07-17 10:08:58 +0000 | |
| commit | cbe8011244f66004b2a5e365e425607ebc3f9fb5 (patch) | |
| tree | 4e9021890e88ba8da9a7af5e8bd4fe0a930e907a | |
| parent | d264c4d0fdb4dd746bd661b6c2bba0fd64b0b835 (diff) | |
| parent | f13c105921ea0289e3dc95064c70430d662a0d33 (diff) | |
Merge "Remove always-empty variable" am: 88a03065a2 am: 734c0ee397 am: 9b89d129d9 am: f13c105921
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1363577
Change-Id: I77ee989b4e2497559e8662313b8281f387786673
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk index d8532489a786..46529eb64657 100644 --- a/Android.mk +++ b/Android.mk @@ -32,10 +32,6 @@ ifneq ($(ANDROID_BUILD_EMBEDDED),true) # ============================================================ include $(CLEAR_VARS) -# This is used by ide.mk as the list of source files that are -# always included. -INTERNAL_SDK_SOURCE_DIRS := $(addprefix $(LOCAL_PATH)/,$(dirs_to_document)) - # 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. |