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

Commit a585a370 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Export libkeystore_aidl to PDK.

Fixes following build error:
echo "module libkeystore_binder missing dependencies: libkeystore_aidl"
&& false

Bug: 69539820
Test: manual
Change-Id: I645545dcda33ec41cb1decaa9d09824765b2352f
parent ada2f4dc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,4 +30,8 @@ cc_library_shared {
        "libbinder",
        "libkeystore_parcelables",
    ],
    vendor_available: true,
    vndk: {
        enabled: true,
    },
}