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

Commit 3e85cbed authored by Jaesoo Lee's avatar Jaesoo Lee
Browse files

import configstore-utils as a shared library.

android.hardware.configstore-utils is now built as a shared library.

Bug: 36275627
Test: Built and check the boot log messages
Change-Id: I83ccebcad8005f39ca8534477d7cd3f69a2041aa
parent d9341114
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -117,6 +117,7 @@ cc_library_shared {
        "android.hidl.token@1.0-utils",
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
        "android.hardware.graphics.bufferqueue@1.0",
        "android.hardware.configstore@1.0",
        "android.hardware.configstore@1.0",
        "android.hardware.configstore-utils",
    ],
    ],


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

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


subdirs = ["tests"]
subdirs = ["tests"]