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

Commit e61a93c6 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android (Google) Code Review
Browse files

Merge "Use the platform copy of dlext_namespaces.h" into main

parents 5acf9c36 54fa8014
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>