Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb99c224 authored by Ying Wang's avatar Ying Wang Committed by The Android Automerger
Browse files

Use prebuilt for PDK builds.

Change-Id: Ief723fe137b7a3aa051837e3ca1079fea772357d
parent 038fef81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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