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

Commit 1cc4ae8d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added libsensorservice_headers and support for static library"

parents bac4b527 ec10b8b5
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
}

cc_library_shared {
cc_library {
    name: "libsensorservice",

    srcs: [
@@ -90,6 +90,12 @@ cc_library_shared {
    afdo: true,
}

cc_library_headers {
    name: "libsensorservice_headers",
    export_include_dirs: ["."],
    visibility: ["//frameworks/native/services/sensorservice/fuzzer"],
}

cc_binary {
    name: "sensorservice",