Commit 3c2af997 authored by Your Name's avatar Your Name
Browse files

make iotfor RMX191

parent 60556e13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

LOCAL_PATH := $(call my-dir)

ifneq ($(filter nicky,$(TARGET_DEVICE)),)
ifneq ($(filter RMX1971,$(TARGET_DEVICE)),)

include $(call all-makefiles-under,$(LOCAL_PATH))

+4 −4
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
#

PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/aosp_nicky.mk
    $(LOCAL_DIR)/cherish_RMX1971.mk

COMMON_LUNCH_CHOICES := \
    aosp_nicky-user \
    aosp_nicky-userdebug \
    aosp_nicky-eng
    cherish_RMX1971-user \
    cherish_RMX1971-userdebug \
    cherish_RMX1971-eng
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

DEVICE_PATH := device/oplus/nicky
DEVICE_PATH := device/realme/RMX1971
BUILD_BROKEN_DUP_RULES := true
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true

@@ -158,4 +158,4 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
WPA_SUPPLICANT_VERSION := VER_0_8_X

# Inherit the proprietary files
include vendor/oplus/nicky/BoardConfigVendor.mk
include vendor/realme/RMX1971/BoardConfigVendor.mk
+7 −7
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@ $(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 Lineage stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
$(call inherit-product, vendor/cherish/config/common_full_phone.mk)

# Inherit from nicky device
$(call inherit-product, device/oplus/nicky/device.mk)
# Inherit from sdm710 device
$(call inherit-product, device/realme/RMX1971/device.mk)

PRODUCT_NAME := aosp_nicky
PRODUCT_DEVICE := nicky
PRODUCT_MANUFACTURER := oplus
PRODUCT_NAME := cherish_RMX1971
PRODUCT_DEVICE := RMX1971
PRODUCT_MANUFACTURER := realme
PRODUCT_BRAND := realme
PRODUCT_MODEL := nicky
PRODUCT_MODEL := RMX1971

PRODUCT_GMS_CLIENTID_BASE := android-oppo

+4 −4
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ PRODUCT_PACKAGES += \

# Fingerprint
PRODUCT_PACKAGES += \
    android.hardware.biometrics.fingerprint@2.3-service.nicky
    android.hardware.biometrics.fingerprint@2.3-service.sdm710

# Gatekeeper
PRODUCT_PACKAGES += \
@@ -247,7 +247,7 @@ PRODUCT_PACKAGES += \

# Lights
PRODUCT_PACKAGES += \
    android.hardware.light-service.nicky
    android.hardware.light-service.sdm710

# Media
PRODUCT_PACKAGES += \
@@ -336,7 +336,7 @@ PRODUCT_PACKAGES += \

# Sensors
PRODUCT_PACKAGES += \
    android.hardware.sensors@2.0-service.multihal.nicky \
    android.hardware.sensors@2.0-service.multihal.sdm710 \
    libsensorndkbridge

# Soong namespaces
@@ -406,4 +406,4 @@ PRODUCT_BOOT_JARS += \
    WfdCommon

# Inherit the proprietary files
$(call inherit-product, vendor/oplus/nicky/nicky-vendor.mk)
$(call inherit-product, vendor/realme/RMX1971/RMX1971-vendor.mk)
Loading