[DO NOT MERGE] cs40l26: using the project folder mk am: fd52691553
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/20270976 Change-Id: Ib26a5b7752f3e4482ca4f90ce9318a092956877e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
94141cd16d
2 changed files with 3 additions and 5 deletions
|
@ -30,7 +30,7 @@ DEVICE_PACKAGE_OVERLAYS += device/google/felix/felix/overlay
|
|||
include device/google/felix/audio/felix/audio-tables.mk
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
$(call soong_config_set,fp_hal_feature,pixel_product, product_a)
|
||||
include hardware/google/pixel/vibrator/cs40l26/device-stereo.mk
|
||||
include device/google/felix/vibrator/cs40l26/device-stereo.mk
|
||||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
ifeq ($(filter factory_felix, $(TARGET_PRODUCT)),)
|
||||
include device/google/felix/uwb/uwb_calibration.mk
|
||||
|
@ -41,9 +41,6 @@ $(call soong_config_set,lyric,camera_hardware,felix)
|
|||
$(call soong_config_set,lyric,tuning_product,felix)
|
||||
$(call soong_config_set,google3a_config,target_device,felix)
|
||||
|
||||
BOARD_SEPOLICY_DIRS += \
|
||||
hardware/google/pixel-sepolicy/vibrator/common \
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/felix/conf/init.felix.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.felix.rc
|
||||
|
|
|
@ -3,4 +3,5 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.vibrator-service.cs40l26-dual \
|
||||
|
||||
BOARD_SEPOLICY_DIRS += \
|
||||
hardware/google/pixel-sepolicy/vibrator/cs40l26 \
|
||||
device/google/felix-sepolicy/vibrator/common \
|
||||
device/google/felix-sepolicy/vibrator/cs40l26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue