Merge "Clear some aapt2.mk inputs after use" am: 70964e8024
am: 1684afb6ee
Change-Id: I0a088af07c8a6af49db2c05152701dd36d20b28a
This commit is contained in:
commit
507d6d73aa
|
@ -108,3 +108,13 @@ ifdef LOCAL_EXPORT_PACKAGE_RESOURCES
|
|||
|
||||
cp $@ $(PRIVATE_RESOURCE_EXPORT_PACKAGE)
|
||||
endif
|
||||
|
||||
# Clear inputs only used in this file, so that they're not re-used during the next build
|
||||
my_res_resources :=
|
||||
my_overlay_resources :=
|
||||
my_compiled_res_base_dir :=
|
||||
my_asset_dirs :=
|
||||
my_full_asset_paths :=
|
||||
my_apk_split_configs :=
|
||||
my_generated_res_dirs :=
|
||||
my_generated_res_dirs_deps :=
|
||||
|
|
Loading…
Reference in New Issue