summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chih-Hung Hsieh <chh@google.com> 2015-05-04 23:36:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-05-04 23:36:23 +0000
commit5bd20a3ecad42492f8e2ca0e06a33a0ffa2575e3 (patch)
tree4a104807b578cb4126b781aa29c384583f13d417
parent46358df67633ec6eebf5248870887b62200afb74 (diff)
parent97627314a4d3e114afe3dbd764a51523e9f0b787 (diff)
Merge "Remove unused aapt target."
-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 dc3ad255be04..bbe68608527d 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