summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-11-21 10:34:30 +0900
committerJiyong Park <jiyong@google.com>2017-11-21 10:45:29 +0900
commitec44d18dbe693e86db9ac6e56ab08e415664be56 (patch)
tree1ad99cfbddef1f4efa4aa3c3d74aee52fffedd8c /CleanSpec.mk
parent5f05509dc11d2e8a32b9aca91c14309a283386fc (diff)
downloadandroid_hardware_interfaces-ec44d18dbe693e86db9ac6e56ab08e415664be56.tar.gz
android_hardware_interfaces-ec44d18dbe693e86db9ac6e56ab08e415664be56.tar.bz2
android_hardware_interfaces-ec44d18dbe693e86db9ac6e56ab08e415664be56.zip
android.hardware.graphics.allocator@2.0 is no longer VNDK-SP
The interface lib has been in VNDK-SP because android.hardware.graphics.mapper@1.0 was using it. However, since the dependency has gone [1], there is no need keep it in VNDK-SP. The VNDK-SP set should be kept as small as possible because libs in VNDK-SP are subject to double-loading. Unmark the 'support_system_process' property to exclude the lib from VNDK-SP. Bug: 69480083 Test: walleye boots to the UI Change-Id: I8722c1ac15ddf56a627a12a0c649b4d734e5e5cd
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 075aa2d3c..f04a39092 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*)