summaryrefslogtreecommitdiff
path: root/aosp_sailfish.mk
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2016-02-04 21:36:34 -0800
committerPatrick Tjin <pattjin@google.com>2016-02-04 21:36:34 -0800
commit419ed57f5da7e9753fe65dc6b73a1f5f348891f6 (patch)
treee93616dd1d2097bba787b57d372d0b8e1fc89098 /aosp_sailfish.mk
parenteb0c8d15824517b481b1ddc191b8c00ee7a9d70d (diff)
marlin: fix AOSP makefiles
Change-Id: Icd82371606c77abb492ca2104e7fcb1447986335 Signed-off-by: Patrick Tjin <pattjin@google.com>
Diffstat (limited to 'aosp_sailfish.mk')
-rw-r--r--aosp_sailfish.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/aosp_sailfish.mk b/aosp_sailfish.mk
index 18b33bdf..5dea9db0 100644
--- a/aosp_sailfish.mk
+++ b/aosp_sailfish.mk
@@ -22,13 +22,14 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
PRODUCT_NAME := aosp_sailfish
-#PRODUCT_BRAND := Android
+PRODUCT_DEVICE := sailfish
+PRODUCT_BRAND := Android
PRODUCT_MODEL := AOSP on msm8996
PRODUCT_MANUFACTURER := google
PRODUCT_RESTRICT_VENDOR_FILES := true
$(call inherit-product, device/google/marlin/device-sailfish.mk)
-$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor.mk)
+$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor-sailfish.mk)
PRODUCT_PACKAGES += \
Launcher3