sdm710-common: Import and bind mount stock manifest
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
82bbf4d638
commit
edc5bfe69b
3 changed files with 1004 additions and 0 deletions
1000
manifest.xml
Normal file
1000
manifest.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,7 @@ on post-fs
|
|||
mount none /system/lib64/soundfx/libvolumelistener.so /vendor/lib64/soundfx/libvolumelistener.so bind
|
||||
mount none /system/lib/soundfx/libvolumelistener.so /vendor/lib/soundfx/libvolumelistener.so bind
|
||||
mount none /system/bin/hw/android.hardware.usb@1.0-service.realme_sdm710 /vendor/bin/hw/android.hardware.usb@1.0-service bind
|
||||
mount none /system/etc/manifest.xml /vendor/etc/vintf/manifest.xml bind
|
||||
|
||||
on boot
|
||||
# Touchscreen
|
||||
|
|
|
@ -55,6 +55,9 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hidl.base@1.0
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/manifest.xml:system/etc/manifest.xml
|
||||
|
||||
# IMS
|
||||
PRODUCT_PACKAGES += \
|
||||
ims-ext-common \
|
||||
|
|
Loading…
Reference in a new issue