Merge "Add init() as a part of Secure Element VTS test"
am: 196fbbc1a6

Change-Id: I9594c8b599265f820f165a980febc9d678b76538
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 54274c8..3788bc6 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -63,4 +63,3 @@
 $(call add-clean-step, find $(PRODUCT_OUT)/system $(PRODUCT_OUT)/vendor -type f -name "android\.hardware\.configstore\@1\.1*" -print0 | xargs -0 rm -f)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/android.hardware.tests*)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk/android.hardware.tests*)
-$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk-sp/android.hardware.graphics.allocator*)
diff --git a/graphics/allocator/2.0/Android.bp b/graphics/allocator/2.0/Android.bp
index 50b474e..0b0722e 100644
--- a/graphics/allocator/2.0/Android.bp
+++ b/graphics/allocator/2.0/Android.bp
@@ -5,6 +5,7 @@
     root: "android.hardware",
     vndk: {
         enabled: true,
+        support_system_process: true,
     },
     srcs: [
         "IAllocator.hal",