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

Commit 539d3767 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Use bionic platform headers."

parents bc45ac13 15c0233a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -218,10 +218,6 @@ cc_library_shared {
    ],

    include_dirs: [
        // we need to access the private Bionic header
        // <bionic_tls.h> in com_google_android_gles_jni_GLImpl.cpp
        "bionic/libc/private",

        "external/skia/include/private",
        "external/skia/src/codec",
        "external/skia/src/core",
@@ -233,6 +229,8 @@ cc_library_shared {
        "system/media/private/camera/include",
    ],

    header_libs: ["bionic_libc_platform_headers"],

    static_libs: [
        "libasync_safe",
        "libgif",
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include "core_jni_helpers.h"
#include <unistd.h>

#include <bionic_malloc.h>
#include <bionic/malloc.h>

namespace android {

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include "core_jni_helpers.h"

#include <android-base/logging.h>
#include <bionic_malloc.h>
#include <bionic/malloc.h>

#include <utils/Log.h>
#include <utils/String8.h>
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#include <vector>

#include <android-base/logging.h>
#include <bionic_malloc.h>
#include <bionic/malloc.h>
#include <debuggerd/client.h>
#include <log/log.h>
#include <utils/misc.h>
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
#include <android-base/unique_fd.h>
#include <bionic_malloc.h>
#include <bionic/malloc.h>
#include <cutils/ashmem.h>
#include <cutils/fs.h>
#include <cutils/multiuser.h>
Loading