diff options
author | Pradeep Gamidi <quic_pgamidi@quicinc.com> | 2022-12-23 12:06:08 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-30 23:46:40 +0800 |
commit | 4bed56e5e0a33574dcdc83fc0c390e2da2075f34 (patch) | |
tree | ea8ec1eeefd647dac51163b733c8ddbafed56c89 | |
parent | 65f5c8ace76e2c576ffc1a11fb3dc245642c686e (diff) |
common: add srcs property to fix compilation for pixelumineko
Change-Id: I2e46d4ad338719d810a4a2c05721e21537a573c6
-rw-r--r-- | Androidbp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |