diff --git a/libstats/pull_lazy/Android.bp b/libstats/pull_lazy/Android.bp index b1d098b9a..65dce26a0 100644 --- a/libstats/pull_lazy/Android.bp +++ b/libstats/pull_lazy/Android.bp @@ -1,6 +1,10 @@ // 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: [ @@ -41,4 +45,4 @@ cc_test { suffix: "32", }, }, -} \ No newline at end of file +} diff --git a/libstats/socket_lazy/Android.bp b/libstats/socket_lazy/Android.bp index ad6b4e003..b2cd7b26b 100644 --- a/libstats/socket_lazy/Android.bp +++ b/libstats/socket_lazy/Android.bp @@ -1,6 +1,10 @@ // 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: [ @@ -37,4 +41,4 @@ cc_test { suffix: "32", }, }, -} \ No newline at end of file +} diff --git a/trusty/utils/acvp/Android.bp b/trusty/utils/acvp/Android.bp index 6fe193e5f..b851e39c4 100644 --- a/trusty/utils/acvp/Android.bp +++ b/trusty/utils/acvp/Android.bp @@ -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,