diff options
-rw-r--r-- | p5100.mk | 4 | ||||
-rwxr-xr-x | p51xx-common.mk | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -39,5 +39,5 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml -# Use the non-open-source parts -$(call inherit-product, vendor/samsung/p51xx/p5100-vendor.mk) +# Use the non-open-source parts, if they're present +$(call inherit-product-if-exists, vendor/samsung/p51xx/p5100-vendor.mk) diff --git a/p51xx-common.mk b/p51xx-common.mk index 8a38433..8a5d414 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -32,4 +32,4 @@ PRODUCT_PACKAGES += \ init.espresso10.rc \ ueventd.espresso10.rc -$(call inherit-product, vendor/samsung/p51xx/p51xx-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p51xx/p51xx-vendor.mk) |