diff options
author | Keun young Park <keunyoung@google.com> | 2012-04-19 15:36:18 -0700 |
---|---|---|
committer | Keun young Park <keunyoung@google.com> | 2012-04-20 10:07:31 -0700 |
commit | 9283168e61a4991d39a6c599627eefc45d41c099 (patch) | |
tree | 3ce71bde4c0e9cc3dad2768401a67b2e68374fbe /tools | |
parent | 782610165fc0a23dee93d6a297746e284edbb7ea (diff) | |
download | build-9283168e61a4991d39a6c599627eefc45d41c099.zip build-9283168e61a4991d39a6c599627eefc45d41c099.tar.gz build-9283168e61a4991d39a6c599627eefc45d41c099.tar.bz2 |
enable Java build for PDK build
- Highest LOCAL_SDK_VERSION forced for package build / java library build
- uses prebuilt tools for PDK
Bug: 6352960
Change-Id: Ibb5162a16aa8151a1675baac14adb0cdfc13592d
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Android.mk b/tools/Android.mk index 92603f5..fe29e2b 100644 --- a/tools/Android.mk +++ b/tools/Android.mk @@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir) # If we're building only unbundled apps, this is the only tool we need. -ifneq ($(TARGET_BUILD_APPS),) +ifneq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK))) include $(LOCAL_PATH)/signapk/Android.mk else include $(call first-makefiles-under,$(LOCAL_PATH)) |