aboutsummaryrefslogtreecommitdiffstats
path: root/p5100.mk
diff options
context:
space:
mode:
Diffstat (limited to 'p5100.mk')
-rw-r--r--p5100.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/p5100.mk b/p5100.mk
index 9e85164..8f1c7e8 100644
--- a/p5100.mk
+++ b/p5100.mk
@@ -14,7 +14,8 @@
# limitations under the License.
#
-$(call inherit-product, device/samsung/p5100/p51xx-common.mk)
+# Include espresso-common makefile
+$(call inherit-product, device/samsung/espresso-common/espresso-common.mk)
LOCAL_PATH := device/samsung/p5100
@@ -41,3 +42,4 @@ PRODUCT_COPY_FILES += \
# Use the non-open-source parts, if they're present
$(call inherit-product-if-exists, vendor/samsung/p51xx/p5100-vendor.mk)
+$(call inherit-product-if-exists, vendor/samsung/p51xx/p51xx-vendor.mk)