Skip to content

Commit

Permalink
marlin: fix AOSP makefiles
Browse files Browse the repository at this point in the history
Change-Id: Icd82371606c77abb492ca2104e7fcb1447986335
Signed-off-by: Patrick Tjin <[email protected]>
  • Loading branch information
pattjin committed Feb 5, 2016
1 parent eb0c8d1 commit 419ed57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions aosp_marlin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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_marlin
#PRODUCT_BRAND := Android
PRODUCT_DEVICE := marlin
PRODUCT_BRAND := Android
PRODUCT_MODEL := AOSP on msm8996
PRODUCT_MANUFACTURER := google
PRODUCT_RESTRICT_VENDOR_FILES := true

$(call inherit-product, device/google/marlin/device-marlin.mk)
$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor-marlin.mk)

PRODUCT_PACKAGES += \
Launcher3
Expand Down
5 changes: 3 additions & 2 deletions aosp_sailfish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 419ed57

Please sign in to comment.