Skip to content

Commit

Permalink
alioth: POSP bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilSonar committed Dec 29, 2021
1 parent 5e716fd commit af22fdb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_alioth.mk
$(LOCAL_DIR)/potato_alioth.mk

COMMON_LUNCH_CHOICES := \
lineage_alioth-userdebug
potato_alioth-userdebug
22 changes: 22 additions & 0 deletions potato.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"repository": "device_xiaomi_alioth-firmware",
"target_path": "device/xiaomi/alioth-firmware",
"remote" : "devices-lab"
},
{
"repository": "device_xiaomi_alioth-kernel",
"target_path": "device/xiaomi/alioth-kernel",
"remote" : "devices-lab"
},
{
"repository": "vendor_xiaomi_alioth-vendor",
"target_path": "vendor/xiaomi/alioth-vendor",
"remote" : "devices-lab"
},
{
"repository": "vendor_xiaomi_alioth",
"target_path": "vendor/xiaomi/alioth",
"remote" : "devices-lab"
}
]
8 changes: 4 additions & 4 deletions lineage_alioth.mk → potato_alioth.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)

# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit some common potato stuff.
$(call inherit-product, vendor/potato/config/common_full_phone.mk)

$(call inherit-product, device/xiaomi/alioth/device.mk)

Expand All @@ -48,7 +48,7 @@ PRODUCT_BUILD_SUPER_PARTITION := false

PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BRAND := Redmi
PRODUCT_NAME := lineage_alioth
PRODUCT_NAME := potato_alioth
PRODUCT_DEVICE := alioth
PRODUCT_MODEL := K40

Expand All @@ -57,4 +57,4 @@ PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="alioth_global-user 11 RKQ1.200826.002 V12.5.7.0.RKHINXM release-keys"

BUILD_FINGERPRINT := Redmi/alioth/alioth:11/RKQ1.200826.002/V12.5.7.0.RKHINXM:user/release-keys
BUILD_FINGERPRINT := google/redfin/redfin:12/SQ1A.211205.008/7888514:user/release-keys

0 comments on commit af22fdb

Please sign in to comment.