summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-09-20 06:19:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-20 06:19:00 -0700
commit6ea43e3cf856d8c894513da84877fc124ef08be2 (patch)
treeef8b8eabeb29d0dd08c476a5788e4876691cd55e /tools
parent3b531200042ad4d99198ddc5bba14672efa2ceb3 (diff)
parent61ff681bb2791479ff54de33732e4351db5328d4 (diff)
downloadbuild-6ea43e3cf856d8c894513da84877fc124ef08be2.zip
build-6ea43e3cf856d8c894513da84877fc124ef08be2.tar.gz
build-6ea43e3cf856d8c894513da84877fc124ef08be2.tar.bz2
am 61ff681b: am 4da2f9ca: Use prebuilt signapk.jar for unbundled branch.
* commit '61ff681bb2791479ff54de33732e4351db5328d4': Use prebuilt signapk.jar for unbundled branch.
Diffstat (limited to 'tools')
-rw-r--r--tools/Android.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/Android.mk b/tools/Android.mk
index 92603f5..d6badab 100644
--- a/tools/Android.mk
+++ b/tools/Android.mk
@@ -14,11 +14,7 @@
# limitations under the License.
#
+ifeq ($(TARGET_BUILD_APPS),)
LOCAL_PATH := $(call my-dir)
-
-# If we're building only unbundled apps, this is the only tool we need.
-ifneq ($(TARGET_BUILD_APPS),)
-include $(LOCAL_PATH)/signapk/Android.mk
-else
include $(call first-makefiles-under,$(LOCAL_PATH))
endif