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

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

import configstore-utils as a shared library.

am: 3e85cbed

Change-Id: I9cf1591e31a14d6cfe65baffb3c752e0d17f8cae
parents 100360fc 3e85cbed
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"]