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

Commit 19565fa1 authored by Jaesoo Lee's avatar Jaesoo Lee Committed by Android (Google) Code Review
Browse files

Merge "configstore: build configstore-utils as header library"

parents 7838c848 e5133d1f
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -14,15 +14,13 @@
// limitations under the License.
//

cc_library_static {
cc_library_headers {
    name: "android.hardware.configstore-utils",
    export_include_dirs: ["include"],
    srcs: [],
    shared_libs: [
        "android.hardware.configstore@1.0",
        "libhidlbase"
    ],
    export_shared_lib_headers: [
        "android.hardware.configstore@1.0",
        "libhidlbase"
    ],
}