Merge "[Android.bp] soong_config for ARC++"

This commit is contained in:
TreeHugger Robot 2017-11-30 06:45:51 +00:00 committed by Android (Google) Code Review
commit b4e72d71ae
1 changed files with 1 additions and 0 deletions

View File

@ -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)))