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

Commit e89b9a71 authored by Cole Faust's avatar Cole Faust
Browse files

Remove BUILD_WARNING_BAD_OPTIONAL_USES_LIBS_ALLOWLIST

See other cl in topic.

Bug: 282877248
Test: m nothing
Change-Id: Ic5e43d83df9189071f2e0a317027d71e4ca7d5c2
parent 95ae9e91
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1196,9 +1196,6 @@ endif

.KATI_READONLY := JAVAC_NINJA_POOL R8_NINJA_POOL D8_NINJA_POOL

# Soong modules that are known to have broken optional_uses_libs dependencies.
BUILD_WARNING_BAD_OPTIONAL_USES_LIBS_ALLOWLIST := LegacyCamera Gallery2

# These goals don't need to collect and include Android.mks/CleanSpec.mks
# in the source tree.
dont_bother_goals := out product-graph
+0 −2
Original line number Diff line number Diff line
@@ -307,8 +307,6 @@ $(call add_json_list, BuildBrokenInputDirModules, $(BUILD_BROKEN_INPUT_
$(call add_json_bool, BuildBrokenDontCheckSystemSdk,       $(filter true,$(BUILD_BROKEN_DONT_CHECK_SYSTEMSDK)))
$(call add_json_bool, BuildBrokenDupSysprop,               $(filter true,$(BUILD_BROKEN_DUP_SYSPROP)))

$(call add_json_list, BuildWarningBadOptionalUsesLibsAllowlist,    $(BUILD_WARNING_BAD_OPTIONAL_USES_LIBS_ALLOWLIST))

$(call add_json_bool, BuildDebugfsRestrictionsEnabled, $(filter true,$(PRODUCT_SET_DEBUGFS_RESTRICTIONS)))

$(call add_json_bool, RequiresInsecureExecmemForSwiftshader, $(filter true,$(PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER)))