Loading vulkan/libvulkan/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ cc_library_shared { header_libs: [ "hwvulkan_headers", "libnativeloader-dummy-headers", "vulkan_headers", ], export_header_lib_headers: ["vulkan_headers"], Loading vulkan/libvulkan/driver.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ #include <cutils/properties.h> #include <graphicsenv/GraphicsEnv.h> #include <log/log.h> #include <nativeloader/dlext_namespaces.h> #include <sys/prctl.h> #include <utils/Timers.h> #include <utils/Trace.h> Loading @@ -44,11 +45,6 @@ using namespace android::hardware::configstore; using namespace android::hardware::configstore::V1_0; // TODO(b/37049319) Get this from a header once one exists extern "C" { android_namespace_t* android_get_exported_namespace(const char*); } // #define ENABLE_ALLOC_CALLSTACKS 1 #if ENABLE_ALLOC_CALLSTACKS #include <utils/CallStack.h> Loading Loading
vulkan/libvulkan/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ cc_library_shared { header_libs: [ "hwvulkan_headers", "libnativeloader-dummy-headers", "vulkan_headers", ], export_header_lib_headers: ["vulkan_headers"], Loading
vulkan/libvulkan/driver.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ #include <cutils/properties.h> #include <graphicsenv/GraphicsEnv.h> #include <log/log.h> #include <nativeloader/dlext_namespaces.h> #include <sys/prctl.h> #include <utils/Timers.h> #include <utils/Trace.h> Loading @@ -44,11 +45,6 @@ using namespace android::hardware::configstore; using namespace android::hardware::configstore::V1_0; // TODO(b/37049319) Get this from a header once one exists extern "C" { android_namespace_t* android_get_exported_namespace(const char*); } // #define ENABLE_ALLOC_CALLSTACKS 1 #if ENABLE_ALLOC_CALLSTACKS #include <utils/CallStack.h> Loading