summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-01 23:20:03 +0900
committerJiyong Park <jiyong@google.com>2017-08-04 15:23:03 +0900
commit692088ef571555dea7253f48c1178dee6d5ac049 (patch)
treec00f42c276da45be5e93626e8424b1910b0338a8 /CleanSpec.mk
parent0727497c62ee470bc43155f3f1dcc46fd4382510 (diff)
downloadlibhidl-692088ef571555dea7253f48c1178dee6d5ac049.tar.gz
Mark android.hidl.memory@1.0-impl as vndk-sp
This framework HAL is marked as vndk-sp since it is depended by libhidlmemory which is a vndk-sp library. Unlike other HALs from vendors, this HAL can't be placed under /vendor/lib/hw since it is 'framework' HAL that is owned by the platform owner. In order to update the HAL via platform-only update, the lib is marked as vndk-sp, but not as a vendor-only lib. Bug: 62930720 Test: BOARD_VNDK_VERSION=current m android.hidl.memory@1.0-impl successful Test: wahoo devices boots Change-Id: I7fefb3d3f14ad833afe5cf0288b4d0c3fca1f9c8
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 7d4e281..f3573c5 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -46,3 +46,6 @@
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/bin/hw/android.hidl.memory@1.0-service)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/etc/init/android.hidl.memory@1.0-service.rc)
+
+# memory@1.0-impl is moved to /system/lib/vndk-sp
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/hw/android.hidl.memory@1.0-impl.so)