summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--common/core_amlogic.mk6
-rw-r--r--common/sepolicy/droidvold.te61
-rw-r--r--common/sepolicy/file_contexts1
-rw-r--r--common/sepolicy/hwservice.te1
-rw-r--r--common/sepolicy/hwservice_contexts1
-rw-r--r--common/sepolicy/hwservicemanager.te7
-rw-r--r--common/sepolicy/mediaextractor.te2
-rw-r--r--common/sepolicy/ntfs-3g.te24
-rw-r--r--common/sepolicy/platform_app.te4
-rw-r--r--common/sepolicy/service.te1
-rw-r--r--common/sepolicy/service_contexts2
-rw-r--r--common/sepolicy/system_app.te5
-rw-r--r--common/sepolicy/vold.te2
-rw-r--r--p212/manifest.xml9
-rw-r--r--p230/manifest.xml9
15 files changed, 127 insertions, 8 deletions
diff --git a/common/core_amlogic.mk b/common/core_amlogic.mk
index 5858b2f..a87cbd0 100644
--- a/common/core_amlogic.mk
+++ b/common/core_amlogic.mk
@@ -423,6 +423,12 @@ PRODUCT_PACKAGES += \
android.hardware.health@1.0-impl \
android.hardware.health@1.0-service
+# DroidVold
+PRODUCT_PACKAGES += \
+ vendor.amlogic.hardware.droidvold@10 \
+ vendor.amlogic.hardware.droidvold@10_vendor \
+ vendor.amlogic.hardware.droidvold-V1.0-java
+
ifeq ($(TARGET_BUILD_GOOGLE_ATV), true)
PRODUCT_IS_ATV := true
endif