am 47424a68: am 295cf570: Use prebuilt for PDK builds.

* commit '47424a686f0ccb7413d54ebae7288f2e4e02b64e':
  Use prebuilt for PDK builds.
This commit is contained in:
Ying Wang 2012-09-20 12:52:50 -07:00 committed by Android Git Automerger
commit b1337dce87
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
ifeq ($(TARGET_BUILD_APPS),)
ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
LOCAL_PATH := $(call my-dir)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif