Add assignable devices xml
This XML's schema is defined as assignable_devices.xsd in packages/modules/Virtualization, and contains a list of devices which can be assigned to a VM. Virtualization Service will read this file and return the list to users. Bug: 297313212 Test: vm info Change-Id: I894df4804cdfd1251871c7f2b1ac903c9f1ea55d
This commit is contained in:
parent
ce991e6468
commit
a89fc30a72
4 changed files with 49 additions and 0 deletions
|
@ -376,3 +376,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Enable camera exif model/make reporting
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.exif_reveal_make_model=true
|
||||
|
||||
# AVF assignable devices xml
|
||||
PRODUCT_PACKAGES += shusky_assignable_devices.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue