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

Commit 2977e90c authored by Bob Badour's avatar Bob Badour Committed by Gerrit Code Review
Browse files

Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/core"

parents 8de8eb74 57610430
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,