Merge "Clear some aapt2.mk inputs after use" am: 70964e8024 am: 1684afb6ee

am: 507d6d73aa

Change-Id: Idec294e8165b3314dea88c134f0269dd06f12e1a
This commit is contained in:
Dan Willemsen 2017-11-16 04:21:24 +00:00 committed by android-build-merger
commit 2c24989de7

View file

@ -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 :=