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
1 file changed