Merge changes I4a43604b,I7200f5f9,If3402a0a
* changes: Add CSV output of remaining makefiles for bp converstion Refactor the mongo main() into a class in mk2bp_catalog.py Add per-partition summaries and "easy" transitions to mk2bp_catalog
This commit is contained in:
commit
55c090ebe0
|
@ -495,9 +495,20 @@ $(MK2BP_REMAINING_HTML): $(SOONG_CONV_DATA) $(MK2BP_CATALOG_SCRIPT)
|
|||
--title="Remaining Android.mk files for $(TARGET_DEVICE)-$(TARGET_BUILD_VARIANT)" \
|
||||
--codesearch=$(PRIVATE_CODE_SEARCH_BASE_URL) \
|
||||
--out_dir="$(OUT_DIR)" \
|
||||
--mode=html \
|
||||
> $@
|
||||
$(call dist-for-goals,droidcore,$(MK2BP_REMAINING_HTML))
|
||||
|
||||
MK2BP_REMAINING_CSV := $(PRODUCT_OUT)/mk2bp_remaining.csv
|
||||
$(MK2BP_REMAINING_CSV): $(SOONG_CONV_DATA) $(MK2BP_CATALOG_SCRIPT)
|
||||
@rm -f $@
|
||||
$(hide) $(MK2BP_CATALOG_SCRIPT) \
|
||||
--device=$(TARGET_DEVICE) \
|
||||
--out_dir="$(OUT_DIR)" \
|
||||
--mode=csv \
|
||||
> $@
|
||||
$(call dist-for-goals,droidcore,$(MK2BP_REMAINING_CSV))
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Modules use -Wno-error, or added default -Wall -Werror
|
||||
WALL_WERROR := $(PRODUCT_OUT)/wall_werror.txt
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue