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

Commit 54fa8014 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Use the platform copy of dlext_namespaces.h

Bug: 414988535
Flag: EXEMPT simple refactor
Change-Id: Ia09dc9376786ea9242769a16b5d52cb38501a7f6
parent 253826b0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -66,10 +66,6 @@ cc_library_shared {
        "server_configurable_flags",
    ],

    header_libs: [
        "libnativeloader-headers",
    ],

    export_include_dirs: ["include"],

    product_variables: {
+1 −2
Original line number Diff line number Diff line
@@ -29,14 +29,13 @@
#include <android-base/strings.h>
#include <android/dlext.h>
#include <binder/IServiceManager.h>
#include <bionic/dlext_namespaces.h>
#include <com_android_graphics_graphicsenv_flags.h>
#include <graphicsenv/IGpuService.h>
#include <log/log.h>
#include <nativeloader/dlext_namespaces.h>
#include <sys/prctl.h>
#include <utils/Trace.h>

#include <memory>
#include <string>
#include <thread>