Skip to content

Commit

Permalink
m1s1: Adjust override prop key names
Browse files Browse the repository at this point in the history
Change-Id: I436bbf425023dbe54cf3e2c35f50a5575511bc38
  • Loading branch information
luk1337 authored and npjohnson committed Oct 24, 2024
1 parent 15c30e1 commit 9b71d68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions lineage_marlin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ TARGET_MANUFACTURER := HTC
PRODUCT_RESTRICT_VENDOR_FILES := false

PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=marlin \
PRIVATE_BUILD_DESC="marlin-user 10 QP1A.191005.007.A3 5972272 release-keys"

BUILD_FINGERPRINT := google/marlin/marlin:10/QP1A.191005.007.A3/5972272:user/release-keys
BuildDesc="marlin-user 10 QP1A.191005.007.A3 5972272 release-keys" \
BuildFingerprint=google/marlin/marlin:10/QP1A.191005.007.A3/5972272:user/release-keys \
DeviceName=marlin

$(call inherit-product, vendor/google/marlin/marlin-vendor.mk)
7 changes: 3 additions & 4 deletions lineage_sailfish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ TARGET_MANUFACTURER := HTC
PRODUCT_RESTRICT_VENDOR_FILES := false

PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=sailfish \
PRIVATE_BUILD_DESC="sailfish-user 10 QP1A.191005.007.A3 5972272 release-keys"

BUILD_FINGERPRINT := google/sailfish/sailfish:10/QP1A.191005.007.A3/5972272:user/release-keys
BuildDesc="sailfish-user 10 QP1A.191005.007.A3 5972272 release-keys" \
BuildFingerprint=google/sailfish/sailfish:10/QP1A.191005.007.A3/5972272:user/release-keys \
DeviceName=sailfish

$(call inherit-product, vendor/google/sailfish/sailfish-vendor.mk)

0 comments on commit 9b71d68

Please sign in to comment.