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

Commit 88bf02e7 authored by Herbert Xue's avatar Herbert Xue
Browse files

Enable the soong config namespace "camera" for all products

Bug: 327089038
Test: m google-camera-app-helper-prebuilt
Change-Id: If95c4c8be28295359c09aeb5d9ead1067e2da5ff
parent 4fc78150
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@ $(foreach var,$(_board_true_false_vars), \

include $(BUILD_SYSTEM)/board_config_wifi.mk

# Set up soong config for "soong_config_value_variable".
-include vendor/google/build/soong/soong_config_namespace/camera.mk

# Default *_CPU_VARIANT_RUNTIME to CPU_VARIANT if unspecified.
TARGET_CPU_VARIANT_RUNTIME := $(or $(TARGET_CPU_VARIANT_RUNTIME),$(TARGET_CPU_VARIANT))
TARGET_2ND_CPU_VARIANT_RUNTIME := $(or $(TARGET_2ND_CPU_VARIANT_RUNTIME),$(TARGET_2ND_CPU_VARIANT))