diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2025-01-27 12:44:55 +0330 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2025-09-22 18:44:12 +0200 |
| commit | 321e3028170444d419f339e45ad157929a330035 (patch) | |
| tree | e42d140f8d378df3160e37d9e0a9124e6ac0ca1c | |
| parent | 5ca9964c043189d97b61a40258971e6fe480b050 (diff) | |
redbull: Migrate mount point creation out of AndroidBoard.mk
Change-Id: Id5986b8a740e45f864eecdd2bd82d9455f128d6b
| -rw-r--r-- | device-common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk index c8626105..971b7a29 100644 --- a/device-common.mk +++ b/device-common.mk @@ -683,6 +683,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/fstab.postinstall:$(TARGET_COPY_OUT_PRODUCT)/etc/fstab.postinstall +# Partitions +PRODUCT_PACKAGES += \ + vendor_firmware_mnt_mountpoint + # powerstats HAL PRODUCT_PACKAGES += \ android.hardware.power.stats@1.0-service.pixel |
