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

Commit 6291da29 authored by Jiyong Park's avatar Jiyong Park
Browse files

move classes out of native_loader.cpp

native_loader.cpp is too crowded. Move the classes
NativeLoaderNamespaces and LibraryNamespaces out of native_loader.cpp to
their own source files.

This change does not alter any functionality.

Bug: 130388701
Test: m, presubmit tests
Change-Id: Ibc61ec0dc6727af7cac865b1971ebf1befac6855
parent 84235b71
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ cc_library {
    name: "libnativeloader",
    defaults: ["libnativeloader-defaults"],
    host_supported: true,
    srcs: ["native_loader.cpp"],
    srcs: [
        "native_loader.cpp",
    ],
    shared_libs: [
        "libnativehelper",
        "liblog",
@@ -26,6 +28,9 @@ cc_library {
    ],
    target: {
        android: {
            srcs: [
                "library_namespaces.cpp",
            ],
            shared_libs: [
                "libdl_android",
            ],