Loading liblog/Android.bp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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"], Loading Loading
liblog/Android.bp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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"], Loading