Loading libstats/pull_lazy/Android.bp +5 −1 Original line number Diff line number Diff line // Lazy loading version of libstatspull that can be used by code // that is running before the statsd APEX is mounted and // libstatspull.so is available. package { default_applicable_licenses: ["Android-Apache-2.0"], } cc_library_static { name: "libstatspull_lazy", header_libs: [ Loading libstats/socket_lazy/Android.bp +5 −1 Original line number Diff line number Diff line // Lazy loading version of libstatssocket that can be used by code // that is running before the statsd APEX is mounted and // libstatssocket.so is available. package { default_applicable_licenses: ["Android-Apache-2.0"], } cc_library_static { name: "libstatssocket_lazy", header_libs: [ Loading trusty/utils/acvp/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ // See the License for the specific language governing permissions and // limitations under the License. package { default_applicable_licenses: ["Android-Apache-2.0"], } cc_binary { name: "trusty_acvp_modulewrapper", vendor: true, Loading Loading
libstats/pull_lazy/Android.bp +5 −1 Original line number Diff line number Diff line // Lazy loading version of libstatspull that can be used by code // that is running before the statsd APEX is mounted and // libstatspull.so is available. package { default_applicable_licenses: ["Android-Apache-2.0"], } cc_library_static { name: "libstatspull_lazy", header_libs: [ Loading
libstats/socket_lazy/Android.bp +5 −1 Original line number Diff line number Diff line // Lazy loading version of libstatssocket that can be used by code // that is running before the statsd APEX is mounted and // libstatssocket.so is available. package { default_applicable_licenses: ["Android-Apache-2.0"], } cc_library_static { name: "libstatssocket_lazy", header_libs: [ Loading
trusty/utils/acvp/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ // See the License for the specific language governing permissions and // limitations under the License. package { default_applicable_licenses: ["Android-Apache-2.0"], } cc_binary { name: "trusty_acvp_modulewrapper", vendor: true, Loading