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

Commit 3424e699 authored by Ying Wang's avatar Ying Wang
Browse files

Fix PDK build.

Add frameworks/base/preloaded-classes to PRODUCT_COPY_FILES only if it
exists in the source tree.

Bug: 18305157
Change-Id: I46c277ebfb8095f9e5fe0fbb21276d932509f2eb
parent 0c9b3bac
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -115,8 +115,8 @@ PRODUCT_PACKAGES += \
    wm
    wm




PRODUCT_COPY_FILES := \
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
    frameworks/base/preloaded-classes:system/etc/preloaded-classes
    frameworks/base/preloaded-classes:system/etc/preloaded-classes)




$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)