Merge "Remove empty generates clause."
am: 12517de51d

Change-Id: I2f61aa7a5fc6771c5650a04971e65b8fe57161c3
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",