Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57610430 authored by Bob Badour's avatar Bob Badour
Browse files

[LSC] Add LOCAL_LICENSE_KINDS to system/core

Added SPDX-license-identifier-Apache-2.0 to:
  libstats/pull_lazy/Android.bp
  libstats/socket_lazy/Android.bp
  trusty/utils/acvp/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I33005150521238b61d1a8c923749b17d36bba693
parent d13478ef
Loading
Loading
Loading
Loading
+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: [
+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: [
+4 −0
Original line number Diff line number Diff line
@@ -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,