Skip to content
Snippets Groups Projects
Commit e1ab3f4f authored by Dan Cashman's avatar Dan Cashman Committed by android-build-merger
Browse files

Fix build: encase $(platform_mapping_file) module in treble block.

am: 552fb537

Change-Id: Ia40fa9265a72ced8239e2315716b33715e0644eb
parents d019378c 552fb537
No related branches found
No related tags found
No related merge requests found
......@@ -343,6 +343,7 @@ $(LOCAL_BUILT_MODULE) :
echo $(PRIVATE_PLAT_SEPOL_VERS) > $@
#################################
ifeq ($(PRODUCT_FULL_TREBLE),true)
include $(CLEAR_VARS)
LOCAL_MODULE := $(platform_mapping_file)
......@@ -376,6 +377,7 @@ $(LOCAL_BUILT_MODULE): $(mapping_policy_nvr)
built_mapping_cil := $(LOCAL_BUILT_MODULE)
current_mapping.cil :=
endif # ifeq ($(PRODUCT_FULL_TREBLE),true)
#################################
include $(CLEAR_VARS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment