Add files to CleanSpec.mk
This commit removes stale files from incremental builds:
* /system/etc/ld.config.txt,
* /system/etc/llndk.libraries.txt
* /system/etc/public.libraries.txt
These files are replaced by versioned ones.
Bug: 78605339
Test: Those files are removed in incremental builds
Merged-In: I7925fa45b47397829bde835ab3c479611faffa33
Change-Id: I7925fa45b47397829bde835ab3c479611faffa33
(cherry picked from commit 9afd9b488f
)
This commit is contained in:
parent
3ee8926f5d
commit
7881135fa9
1 changed files with 3 additions and 0 deletions
|
@ -74,3 +74,6 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/root)
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/ld.config.txt)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/llndk.libraries.txt)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vndksp.libraries.txt)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/ld.config.txt)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/llndk.libraries.txt)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vndksp.libraries.txt)
|
||||
|
|
Loading…
Reference in a new issue