Add system/manifest.xml on device
Similar to vendor/manifest.xml on device, this file lists all HALs defined in the framework (and hence go to the system image). IServiceManager / IMemory / etc. getService should consult this file (via VINTF object under /system/libvintf) to return the HAL in the correct transport mode. Bug: 34772739 Create system/manifest.xml Bug: 35219444 Need interface + instance entry Test: compiles and manually confirm that system/manifest.xml exist. Change-Id: I5b3c79b068841e47062cbab6f72d70555801a21d
This commit is contained in:
parent
12e17ca46c
commit
7ebc342b86
|
@ -116,3 +116,7 @@ PRODUCT_COPY_FILES += \
|
|||
system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \
|
||||
system/core/rootdir/ueventd.rc:root/ueventd.rc \
|
||||
system/core/rootdir/etc/hosts:system/etc/hosts
|
||||
|
||||
# Framework Manifest
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/libhidl/sintf.xml:system/manifest.xml
|
||||
|
|
Loading…
Reference in New Issue