diff options
| author | LuK1337 <priv.luk@gmail.com> | 2019-09-12 23:57:51 +0200 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-04-04 18:49:15 +0100 |
| commit | ad26d26863c6056a8dbbd49953a09bc074cab7a4 (patch) | |
| tree | 78223825c5c3afd0a61fa067426f626c545ee747 | |
| parent | 673af5f97d2a4bbc70c570425c23d6a6c48523e1 (diff) | |
beryllium: Stop overriding TARGET_DEVICE
Not only TARGET_DEVICE is no longer used for generating props
(as tools/buildinfo_common.sh is using PRODUCT_DEVICE instead),
but also there's no need to override PRODUCT_DEVICE because
it is already set to the desired value.
Change-Id: I16bd7b5bfaab5225478921f2b532c40a99eda972
| -rw-r--r-- | lineage_beryllium.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lineage_beryllium.mk b/lineage_beryllium.mk index 747f0f4..d9389e7 100644 --- a/lineage_beryllium.mk +++ b/lineage_beryllium.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 The LineageOS Project +# Copyright (C) 2018-2019 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -20,7 +20,6 @@ BUILD_FINGERPRINT := "Xiaomi/beryllium/beryllium:9/PKQ1.180729.001/V10.2.3.0.PEJ PRODUCT_BUILD_PROP_OVERRIDES += \ PRIVATE_BUILD_DESC="beryllium-user 9 PKQ1.180729.001 V10.2.3.0.PEJMIXM release-keys" \ - PRODUCT_NAME="beryllium" \ - TARGET_DEVICE="beryllium" + PRODUCT_NAME="beryllium" PRODUCT_GMS_CLIENTID_BASE := android-xiaomi-rev1 |
