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

Commit b80d98dc authored by Tom Cherry's avatar Tom Cherry
Browse files

Add sdk_version: "minimum" to liblog_headers

There are libraries built with the NDK but bundled with the platform
that were otherwise directly including the header path.  It's better
for them to include liblog_headers instead.

Test: build
Change-Id: Icca3684ba5b2539789d30de9df840da4ade0dc67
parent 4fd78ec4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ cc_library_headers {
        "//apex_available:anyapex",
    ],
    min_sdk_version: "29",
    sdk_version: "minimum",
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    system_shared_libs: [],