commit | 33e7ce832cb1ba082b2f6478c92d376d961b222c | [log] [tgz] |
---|---|---|
author | Alessandro Astone <ales.astone@gmail.com> | Wed Sep 11 12:33:20 2019 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Wed Oct 02 23:47:02 2019 +0200 |
tree | b19658585809a19bbf83c03e00b4ee45e4be7d88 | |
parent | 9d8578bb13b0c7b4981fe5c48e10af23b6d6bdf7 [diff] |
lineage: allow Has_legacy_camera_hal1 to configure Shared_libs and Overrides * mediaserver is now bp Change-Id: I07e42ca605a3677ae431b38b0e68e5248e0a608c
diff --git a/build/soong/android/variable.go b/build/soong/android/variable.go index 7d60211..ed08933 100644 --- a/build/soong/android/variable.go +++ b/build/soong/android/variable.go
@@ -11,6 +11,8 @@ } Has_legacy_camera_hal1 struct { Cflags []string + Overrides []string + Shared_libs []string } Should_skip_waiting_for_qsee struct { Cflags []string