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

Commit e0ca61a6 authored by Jaesoo Lee's avatar Jaesoo Lee Committed by android-build-merger
Browse files

Merge changes from topic 'configstore' am: e3a0c607

am: fb64badb

Change-Id: Ia4da72dc31ec235dd3aa0710846fc1504a0fd884
parents 4b7759c2 fb64badb
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -14,15 +14,14 @@
// limitations under the License.
//

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