From 4bed56e5e0a33574dcdc83fc0c390e2da2075f34 Mon Sep 17 00:00:00 2001 From: Pradeep Gamidi Date: Fri, 23 Dec 2022 12:06:08 +0530 Subject: common: add srcs property to fix compilation for pixel Change-Id: I2e46d4ad338719d810a4a2c05721e21537a573c6 --- Androidbp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Androidbp b/Androidbp index f576694..80833ff 100644 --- a/Androidbp +++ b/Androidbp @@ -5,7 +5,7 @@ soong_config_module_type { config_namespace: "aosp_vs_qva", variables: ["aosp_or_qva"], // Properties can be extended to other properties as well - properties: ["libs", "static_libs"], + properties: ["libs", "static_libs", "srcs"], } soong_config_module_type { -- cgit v1.2.3