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

Commit a9d13d5a authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Remove .(ll)ndk suffix from (ll)ndk_library

am: c8202dc5

Change-Id: I5a1c891735dcaf7b87f2b4d428804d056848b574
parents 4fa5c370 c8202dc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,14 +108,14 @@ ndk_headers {
}

ndk_library {
    name: "liblog.ndk",
    name: "liblog",
    symbol_file: "liblog.map.txt",
    first_version: "9",
    unversioned_until: "current",
}

llndk_library {
    name: "liblog.llndk",
    name: "liblog",
    symbol_file: "liblog.map.txt",
    unversioned: true,
    export_include_dirs: ["include_vndk"],