Move remount to PRODUCT_PACKAGES_DEBUG.
required seems to conflict with apex with the following error: build/make/core/main.mk:1338: warning: build/make/target/product/aosp_x86_64.mk produces files inside build/make/target/product/mainline_system.mks artifact path requirement. Test: treehugger Change-Id: Ifb1072b4585a94355909b33e3b8129455c35714a
This commit is contained in:
parent
5ff715d088
commit
5f96f5ce35
|
@ -364,6 +364,7 @@ PRODUCT_PACKAGES_DEBUG := \
|
||||||
logpersist.start \
|
logpersist.start \
|
||||||
logtagd.rc \
|
logtagd.rc \
|
||||||
procrank \
|
procrank \
|
||||||
|
remount \
|
||||||
showmap \
|
showmap \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
ss \
|
ss \
|
||||||
|
|
Loading…
Reference in New Issue