Skip to content

Commit

Permalink
chiron: Migrate mount point creation out of Android.mk
Browse files Browse the repository at this point in the history
Change-Id: Id5986b8a740e45f864eecdd2bd82d9455f128d6b
  • Loading branch information
mikeNG authored and BYZYB committed Jan 15, 2025
1 parent 30b19ec commit e36b024
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
40 changes: 0 additions & 40 deletions Android.mk

This file was deleted.

6 changes: 6 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ PRODUCT_PACKAGES += \
# Overlay
DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay

# Partitions
PRODUCT_PACKAGES += \
vendor_bt_firmware_mountpoint \
vendor_dsp_mountpoint \
vendor_firmware_mnt_mountpoint

# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
Expand Down

0 comments on commit e36b024

Please sign in to comment.