add power aidl; upgrade DM to 6

This commit is contained in:
Ziyang Zhou
2021-11-12 21:00:13 +08:00
parent fd520c0c48
commit 8157227909
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="4"> <manifest version="1.0" type="device" target-level="6">
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View File

@@ -103,6 +103,8 @@ PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \ android.hardware.health@2.1-impl \
android.hardware.keymaster@3.0-service \ android.hardware.keymaster@3.0-service \
android.hardware.keymaster@3.0-impl \ android.hardware.keymaster@3.0-impl \
power.default \
android.hardware.power-service.example \
ifneq ($(REDROID_DISABLE_OMX),true) ifneq ($(REDROID_DISABLE_OMX),true)