Skip to content

Commit

Permalink
ArrowOS Bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dheeraj3031A committed Apr 5, 2024
1 parent d01a862 commit 5684c04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/havoc_kenzo.mk
$(LOCAL_DIR)/arrow_kenzo.mk

COMMON_LUNCH_CHOICES := \
havoc_kenzo-user \
havoc_kenzo-userdebug \
havoc_kenzo-eng
arrow_kenzo-user \
arrow_kenzo-userdebug \
arrow_kenzo-eng
8 changes: 4 additions & 4 deletions havoc_kenzo.mk → arrow_kenzo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
$(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 LineageOS stuff.
$(call inherit-product, vendor/havoc/config/common_full_phone.mk)
# Inherit some common ArrowOS stuff.
$(call inherit-product, vendor/arrow/config/common.mk)

# Inherit from kenzo device
$(call inherit-product, device/xiaomi/kenzo/device.mk)
Expand All @@ -30,9 +30,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk)
BOARD_VENDOR := Xiaomi
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := kenzo
PRODUCT_NAME := havoc_kenzo
PRODUCT_NAME := arrow_kenzo
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := Redmi Note 3
PRODUCT_MODEL := Redmi Note 3 Pro
TARGET_VENDOR := Xiaomi

PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
Expand Down

0 comments on commit 5684c04

Please sign in to comment.