commit | eb216f6db53eb278476e875bcbb6ae1d43936335 | [log] [tgz] |
---|---|---|
author | Marko Man <darkobas@gmail.com> | Sun Oct 13 00:43:56 2019 +0200 |
committer | Marko Man <darkobas@gmail.com> | Sun Oct 13 18:04:43 2019 +0200 |
tree | a8d2604d68c6c7b76b14fe41deb10bbe4f34c19b | |
parent | 2ece42be709969802fdcc29b1cc5f9062f4df395 [diff] |
vendor: change vendor init soong config Change-Id: Ib0e768813a0b367f6df9801821347040fd5f161a
diff --git a/build/soong/android/variable.go b/build/soong/android/variable.go index e34a8d3..786ae6e 100644 --- a/build/soong/android/variable.go +++ b/build/soong/android/variable.go
@@ -13,7 +13,7 @@ Cflags []string } Target_init_vendor_lib struct { - Whole_static_libs []string + Static_libs []string Cflags []string } Target_camera_needs_client_info struct {