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

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

Merge "Remove .(ll)ndk suffix from (ll)ndk_library" am: b37312a7

am: c0fbad2b

Change-Id: I7716d015717044122985f606bf78c55229691dc4
parents 1f592779 c0fbad2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -108,14 +108,14 @@ ndk_headers {
}
}


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


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