diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-04-28 23:07:52 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-05 15:50:12 +0800 |
commit | 2943f8358f48c9e717e47d00bcac571d036cdf8d (patch) | |
tree | f3b52be43ec179a3ff7a76a29d981e472c4a623a | |
parent | b55da007ba9be0eeafd433e359d274a1ec628227 (diff) |
products: Promote guacamole to Sv2
Change-Id: Ifcb105e829924a8e7995ac78625e7c405d3f6221
-rw-r--r-- | products/guacamole/ice.dependencies | 6 | ||||
-rw-r--r-- | products/guacamole/ice_guacamole.mk | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/products/guacamole/ice.dependencies b/products/guacamole/ice.dependencies index 11bf89d..98130f0 100644 --- a/products/guacamole/ice.dependencies +++ b/products/guacamole/ice.dependencies @@ -9,13 +9,13 @@ "remote": "github", "repository": "Project-1CE/device_oneplus_guacamole", "target_path": "device/oneplus/guacamole", - "revision": "sugisawa" + "revision": "sugisawa-mr1" }, { "remote": "gitlab", "repository": "Project-1CE/vendor_oneplus_guacamole", "target_path": "vendor/oneplus/guacamole", - "revision": "sugisawa" + "revision": "sugisawa-mr1" }, { "remote": "github", @@ -51,6 +51,6 @@ "remote": "github", "repository": "LineageOS/android_packages_resources_devicesettings", "target_path": "packages/resources/devicesettings", - "revision": "lineage-19.0" + "revision": "lineage-19.1" } ] diff --git a/products/guacamole/ice_guacamole.mk b/products/guacamole/ice_guacamole.mk index 2780cb9..4553f89 100644 --- a/products/guacamole/ice_guacamole.mk +++ b/products/guacamole/ice_guacamole.mk @@ -8,6 +8,7 @@ # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) # Inherit from guacamole device $(call inherit-product, device/oneplus/guacamole/device.mk) @@ -22,6 +23,9 @@ PRODUCT_BRAND := OnePlus PRODUCT_MODEL := GM1910 PRODUCT_MANUFACTURER := OnePlus +PRODUCT_SYSTEM_NAME := OnePlus7Pro +PRODUCT_SYSTEM_DEVICE := OnePlus7Pro + PRODUCT_AAPT_CONFIG := xxxhdpi PRODUCT_AAPT_PREF_CONFIG := xxxhdpi PRODUCT_CHARACTERISTICS := nosdcard @@ -30,10 +34,10 @@ PRODUCT_CHARACTERISTICS := nosdcard TARGET_BOOT_ANIMATION_RES := 1440 # Build info -BUILD_FINGERPRINT := "OnePlus/OnePlus7Pro/OnePlus7Pro:10/QKQ1.190716.003/1909110008:user/release-keys" +BUILD_FINGERPRINT := "OnePlus/OnePlus7Pro/OnePlus7Pro:11/RKQ1.201022.002/2204061044:user/release-keys" PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_DEVICE=OnePlus7Pro \ - PRODUCT_NAME=OnePlus7Pro \ - PRIVATE_BUILD_DESC="OnePlus7Pro-user 10 QKQ1.190716.003 1909110008 release-keys" + TARGET_DEVICE=OnePlus7Pro \ + TARGET_PRODUCT=OnePlus7Pro \ + PRIVATE_BUILD_DESC="qssi-user 11 RKQ1.201022.002 2204061044 release-keys" PRODUCT_GMS_CLIENTID_BASE := android-oneplus |