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

Commit 1b879e3c 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 9a9d180f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,8 +115,8 @@ PRODUCT_PACKAGES += \
    wm


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


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