commit | c3d74b492b109e0c6b6d7deafa6461890ebf56c6 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Dec 06 19:51:29 2019 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Dec 06 11:06:07 2019 +0000 |
tree | d13d6535352d6ec458fd1d695683f760355b129c | |
parent | ce0cd0e8fca006e7ed92644706faf5029a069361 [diff] |
Add lib_apex_manifest_proto_lite for static_libs Linkerconfig needs to read apex_manifest.pb and is a static executable. But "full" proto library (libprotobuf-cpp-full) is disabled for static usage. By adding "lite" version, linkerconfig can use it and still be a static executable. Bug: 144659031 Bug: 144659057 Test: mmm system/linkerconfig Change-Id: I69f47463a1f1be3ce12abafff8c60f90146e6c9a