summaryrefslogtreecommitdiffstats
path: root/tools/aapt
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-04 14:10:13 -0700
committerChih-hung Hsieh <chh@google.com>2015-05-06 00:13:37 +0000
commit9a59a991ddd10a1bcb1e6523d978ed4ec8228d20 (patch)
tree0ea8df66a39c92ad5d7d6ddbbe3dab931349ccd3 /tools/aapt
parentd6abbd29b7f453397036cf602655534bbd6c0430 (diff)
downloadframeworks_base-9a59a991ddd10a1bcb1e6523d978ed4ec8228d20.zip
frameworks_base-9a59a991ddd10a1bcb1e6523d978ed4ec8228d20.tar.gz
frameworks_base-9a59a991ddd10a1bcb1e6523d978ed4ec8228d20.tar.bz2
Remove unused aapt target.
BUG: 20765163 Change-Id: I13f36f76541216c5c1c20ae8866e09038e08e6f8 (cherry picked from AOSP commit 97627314a4d3e114afe3dbd764a51523e9f0b787)
Diffstat (limited to 'tools/aapt')
-rw-r--r--tools/aapt/Android.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/aapt/Android.mk b/tools/aapt/Android.mk
index dc3ad25..bbe6860 100644
--- a/tools/aapt/Android.mk
+++ b/tools/aapt/Android.mk
@@ -132,28 +132,4 @@ LOCAL_STATIC_LIBRARIES += libaapt $(aaptHostStaticLibs)
include $(BUILD_HOST_NATIVE_TEST)
-# ==========================================================
-# Build the device executable: aapt
-# ==========================================================
-ifneq ($(SDK_ONLY),true)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := aapt
-LOCAL_CFLAGS += $(aaptCFlags)
-LOCAL_SRC_FILES := $(aaptSources) $(aaptMain)
-LOCAL_C_INCLUDES += $(aaptCIncludes)
-LOCAL_SHARED_LIBRARIES := \
- libandroidfw \
- libutils \
- libcutils \
- libpng \
- liblog \
- libz
-LOCAL_STATIC_LIBRARIES := \
- libexpat_static
-
-include $(BUILD_EXECUTABLE)
-
-endif # Not SDK_ONLY
-
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK