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

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

import configstore-utils as a shared library. am: 3e85cbed

am: 0364f711

Change-Id: Iae9688512e158fc7352a0b13e45b9eaac9245560
parents a2eb62c6 0364f711
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ cc_library_shared {
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
        "android.hardware.configstore@1.0",
        "android.hardware.configstore-utils",
    ],

    export_shared_lib_headers: [
@@ -125,8 +126,6 @@ cc_library_shared {
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
    ],

    header_libs: ["android.hardware.configstore-utils"],
}

subdirs = ["tests"]