OSDN Git Service

Fix dumpstate HAL package name
authorMichael Goffioul <michael.goffioul@lincor.com>
Fri, 18 Sep 2020 18:54:08 +0000 (14:54 -0400)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 8 Aug 2021 11:55:21 +0000 (13:55 +0200)
Suffix ".example" has been added to the package name. Having dumpstate
HAL is required to load the developer settings in Android Settings.

treble.mk

index 6d2da71..5d5f44c 100644 (file)
--- a/treble.mk
+++ b/treble.mk
@@ -34,7 +34,7 @@ PRODUCT_PACKAGES += \
 # DumpState HAL
 PRODUCT_PACKAGES += \
     android.hardware.dumpstate@1.0-impl \
-    android.hardware.dumpstate@1.0-service
+    android.hardware.dumpstate@1.0-service.example
 
 # Gatekeeper HAL
 #PRODUCT_PACKAGES += \