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

Commit 295cf570 authored by Ying Wang's avatar Ying Wang
Browse files

Use prebuilt for PDK builds.

Change-Id: Ief723fe137b7a3aa051837e3ca1079fea772357d
parent 4da2f9ca
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