[Android.bp] soong_config for ARC++
Test: compile Bug: 64500663 Change-Id: Id81ea4926b40e739fe16c9c71a9895556a504e9e
This commit is contained in:
parent
e3d0b83f76
commit
f6c45ce17b
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ $(call add_json_str, VendorPath, $(TARGET_COPY_OUT_VENDO
|
|||
$(call add_json_bool, MinimizeJavaDebugInfo, $(filter true,$(PRODUCT_MINIMIZE_JAVA_DEBUG_INFO)))
|
||||
|
||||
$(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))
|
||||
$(call add_json_bool, Arc, $(filter true,$(TARGET_ARC)))
|
||||
|
||||
$(call add_json_str, DistDir, $(if $(dist_goal), $(DIST_DIR)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue