forked from openkylin/platform_build
Use prebuilt for PDK builds.
Change-Id: Ief723fe137b7a3aa051837e3ca1079fea772357d
This commit is contained in:
parent
4da2f9caaa
commit
295cf570d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue