diff options
author | Ying Wang <wangying@google.com> | 2012-09-20 06:19:00 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-09-20 06:19:00 -0700 |
commit | 6ea43e3cf856d8c894513da84877fc124ef08be2 (patch) | |
tree | ef8b8eabeb29d0dd08c476a5788e4876691cd55e /tools | |
parent | 3b531200042ad4d99198ddc5bba14672efa2ceb3 (diff) | |
parent | 61ff681bb2791479ff54de33732e4351db5328d4 (diff) | |
download | build-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.mk | 6 |
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 |