Skip to content

Commit

Permalink
Stagify
Browse files Browse the repository at this point in the history
  • Loading branch information
vjspranav committed Nov 26, 2022
1 parent 55c65cd commit 13395c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_miatoll.mk
$(LOCAL_DIR)/stag_miatoll.mk

COMMON_LUNCH_CHOICES := \
aosp_miatoll-user \
aosp_miatoll-userdebug \
aosp_miatoll-eng
stag_miatoll-user \
stag_miatoll-userdebug \
stag_miatoll-eng
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ ENABLE_VENDOR_RIL_SERVICE := true
VENDOR_SECURITY_PATCH := 2022-06-05

# Sepolicy
include device/qcom/sepolicy_vndr/SEPolicy.mk
include device/qcom/sepolicy_vndr-legacy-um/SEPolicy.mk
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/private
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor

Expand Down
11 changes: 3 additions & 8 deletions aosp.dependencies → stag.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{
"repository": "hardware_xiaomi",
"target_path": "hardware/xiaomi",
"branch": "thirteen",
"remote": "pixel"
},
{
"repository": "LineageOS/android_kernel_xiaomi_sm6250",
Expand All @@ -14,19 +12,16 @@
{
"repository": "vendor_xiaomi_miatoll",
"target_path": "vendor/xiaomi/miatoll",
"branch": "thirteen",
"remote": "pixel-devices-blobs"
"remote": "gitlab-stag"
},
{
"repository": "vendor_xiaomi_miatoll-fw",
"target_path": "vendor/xiaomi/miatoll-fw",
"branch": "thirteen",
"remote": "pixel-devices-blobs"
"remote": "gitlab-stag"
},
{
"repository": "vendor_xiaomi_miatoll-gcam",
"target_path": "vendor/xiaomi/miatoll-gcam",
"branch": "thirteen",
"remote": "pixel-devices-blobs"
"remote": "gitlab-stag"
}
]
4 changes: 2 additions & 2 deletions aosp_miatoll.mk → stag_miatoll.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

# Inherit some common Pixel Experience stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
$(call inherit-product, vendor/stag/main.mk)

# Inherit from miatoll device
$(call inherit-product, device/xiaomi/miatoll/device.mk)
Expand All @@ -22,7 +22,7 @@ TARGET_GAPPS_ARCH := arm64
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_USES_AOSP_RECOVERY := true

PRODUCT_NAME := aosp_miatoll
PRODUCT_NAME := stag_miatoll
PRODUCT_DEVICE := miatoll
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_BRAND := Redmi
Expand Down

0 comments on commit 13395c3

Please sign in to comment.