mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 14:19:55 +00:00
rename cobalt to 8998
Bug: 33556391 Change-Id: Ief057d5fe85aa2303ec15b50e1116bea57289a3a Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
TARGET_BOARD_PLATFORM := msmcobalt
|
||||
TARGET_BOARD_PLATFORM := msm8998
|
||||
|
||||
TARGET_ARCH := arm64
|
||||
TARGET_ARCH_VARIANT := armv8-a
|
||||
@@ -58,7 +58,7 @@ BOARD_SEPOLICY_DIRS += device/google/muskie/sepolicy
|
||||
|
||||
BOARD_SECCOMP_POLICY = device/google/muskie/seccomp
|
||||
|
||||
QCOM_BOARD_PLATFORMS += msmcobalt
|
||||
QCOM_BOARD_PLATFORMS += msm8998
|
||||
BOARD_HAVE_BLUETOOTH_QCOM := true
|
||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/google/muskie/bluetooth
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
</pcm_ids>
|
||||
<config_params>
|
||||
<param key="input_mic_max_count" value="3"/>
|
||||
<param key="snd_card_name" value="msmcobalt-tasha"/>
|
||||
<param key="snd_card_name" value="msm8998-tasha"/>
|
||||
</config_params>
|
||||
<backend_names>
|
||||
<device name="SND_DEVICE_OUT_HEADPHONES" backend="headphones" interface="SLIMBUS_6_RX"/>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
LOCAL_PATH := device/google/muskie
|
||||
QCPATH := vendor/google_devices/muskie/proprietary
|
||||
SRC_MEDIA_HAL_DIR := hardware/qcom/media/msmcobalt
|
||||
SRC_MEDIA_HAL_DIR := hardware/qcom/media/msm8998
|
||||
|
||||
ifeq ($(TARGET_PREBUILT_KERNEL),)
|
||||
LOCAL_KERNEL := device/google/muskie-kernel/Image.gz-dtb
|
||||
@@ -53,8 +53,8 @@ TARGET_USERIMAGES_USE_EXT4 := true
|
||||
BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
|
||||
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
||||
MSM_VIDC_TARGET_LIST := msmcobalt # Get the color format from kernel headers
|
||||
MASTER_SIDE_CP_TARGET_LIST := msmcobalt # ION specific settings
|
||||
MSM_VIDC_TARGET_LIST := msm8998 # Get the color format from kernel headers
|
||||
MASTER_SIDE_CP_TARGET_LIST := msm8998 # ION specific settings
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
||||
@@ -112,8 +112,8 @@ PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/WCNSS_qcom_cfg.ini:system/etc/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
hwcomposer.msmcobalt \
|
||||
gralloc.msmcobalt \
|
||||
hwcomposer.msm8998 \
|
||||
gralloc.msm8998 \
|
||||
libbt-vendor \
|
||||
lights.$(PRODUCT_HARDWARE)
|
||||
|
||||
@@ -127,7 +127,7 @@ PRODUCT_PACKAGES += \
|
||||
libc2dcolorconvert
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
camera.msmcobalt \
|
||||
camera.msm8998 \
|
||||
libqomx_core \
|
||||
libmmjpeg_interface \
|
||||
libmmcamera_interface
|
||||
@@ -167,7 +167,7 @@ LIB_NL := libnl_2
|
||||
PRODUCT_PACKAGES += $(LIB_NL)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.primary.msmcobalt \
|
||||
audio.primary.msm8998 \
|
||||
audio.a2dp.default \
|
||||
audio.usb.default \
|
||||
audio.r_submix.default \
|
||||
|
||||
Reference in New Issue
Block a user