diff options
-rw-r--r-- | CleanSpec.mk | 1 | ||||
-rw-r--r-- | graphics/allocator/2.0/Android.bp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 075aa2d3c7..f04a39092f 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -62,3 +62,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware.au $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.automotive*) $(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 0b0722e249..50b474e00c 100644 --- a/graphics/allocator/2.0/Android.bp +++ b/graphics/allocator/2.0/Android.bp @@ -5,7 +5,6 @@ hidl_interface { root: "android.hardware", vndk: { enabled: true, - support_system_process: true, }, srcs: [ "IAllocator.hal", |