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

Commit 381019d9 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter
Browse files

Fix soong dependency issue

Test: make

Change-Id: I3ea00a32f08395c81e44625603d878a2f1b6975b
parent 62dc1344
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ cc_library_shared {
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.configstore@1.0",
	"android.hardware.configstore-utils",
        "libbase",
        "libnativeloader",
        "libcutils",
@@ -79,8 +80,6 @@ cc_library_shared {
        "liblog",
    ],

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

    static_libs: [
        "libarect",
        "libgrallocusage",