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

Commit 97a31bcf authored by Justin Yun's avatar Justin Yun Committed by android-build-merger
Browse files

Mark hidl utils as vndk

am: 52cadaec

Change-Id: I551dd6c454443f07a0d64a0daac134361671adab
parents 812f779d 52cadaec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
cc_library_shared {
    name: "android.hardware.configstore-utils",
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    defaults: ["hidl_defaults"],

    srcs: [ "ConfigStoreUtils.cpp" ],