aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2017-03-16 18:51:46 -0500
committerDan Willemsen2017-03-16 18:54:40 -0500
commitde4e71b27b634cccf65078907c085db80ef20a08 (patch)
treef69d93e676fd073194a2072601f29860722e7a15 /CleanSpec.mk
parent83a6b953c9688ba6f88d9985938834e7bc566ae4 (diff)
downloadplatform-build-de4e71b27b634cccf65078907c085db80ef20a08.tar.gz
platform-build-de4e71b27b634cccf65078907c085db80ef20a08.tar.xz
platform-build-de4e71b27b634cccf65078907c085db80ef20a08.zip
Revert "install *.so in different paths for their types"
This reverts commit 842a985f90497d9790954003e60faa7f0f7785d4. It's causing test failures, warnings and complaints, so backing it out and we'll resolve those before putting it back in. This also bundles in the revert of a minor warning/error fixup for this code, and does the correct thing with the CleanSpec.mk (which can't just be reverted). Bug: 33681361 Test: m -j Change-Id: Ic889ce6a4737a497ad6bf633424ce1860713f7d0
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index e0c826cee..acd5273c8 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -405,6 +405,11 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*)
405$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib*) 405$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib*)
406$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/lib*) 406$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/lib*)
407 407
408# Revert that move
409$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*)
410$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib*)
411$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor/lib*)
412
408# ************************************************ 413# ************************************************
409# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 414# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
410# ************************************************ 415# ************************************************