From d478fd5202b083fc864cc883ece923b58abd94c8 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sun, 29 Aug 2021 14:06:09 +0300 Subject: [PATCH] sm8350-common: atoll -> lahaina --- BoardConfigCommon.mk | 2 +- common.mk | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c9c489c..996cbd2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -156,7 +156,7 @@ BOARD_USES_METADATA_PARTITION := true BOARD_FLASH_BLOCK_SIZE := 131072 # Platform -TARGET_BOARD_PLATFORM := atoll +TARGET_BOARD_PLATFORM := lahaina # Properties TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop diff --git a/common.mk b/common.mk index 76a92b4..fc2958d 100644 --- a/common.mk +++ b/common.mk @@ -31,7 +31,7 @@ PRODUCT_PACKAGES += \ libqcompostprocbundle PRODUCT_PACKAGES += \ - audio.primary.atoll \ + audio.primary.lahaina \ audio.a2dp.default \ audio.usb.default \ audio.r_submix.default \ @@ -123,12 +123,12 @@ PRODUCT_COPY_FILES += \ # Display PRODUCT_PACKAGES += \ disable_configstore \ - gralloc.atoll \ - hwcomposer.atoll \ + gralloc.lahaina \ + hwcomposer.lahaina \ libdisplayconfig.qti \ libqdMetaData \ libtinyxml \ - memtrack.atoll + memtrack.lahaina PRODUCT_PACKAGES += \ android.hardware.graphics.composer@2.4-impl \