Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6c45ce1 authored by Risan's avatar Risan
Browse files

[Android.bp] soong_config for ARC++

Test: compile
Bug: 64500663

Change-Id: Id81ea4926b40e739fe16c9c71a9895556a504e9e
parent e3d0b83f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)))