Use bionic platform headers.
Bug: 130763340 Test: Builds. Change-Id: Ieed72d4e15c0ce0dfc3a4f3383ea6563905bc236
This commit is contained in:
@@ -42,10 +42,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",
|
||||
"frameworks/base/media/jni",
|
||||
"system/media/camera/include",
|
||||
@@ -277,6 +273,7 @@ cc_library_shared {
|
||||
"libnativewindow",
|
||||
],
|
||||
generated_sources: ["android_util_StatsLogInternal.cpp"],
|
||||
header_libs: ["bionic_libc_platform_headers"],
|
||||
},
|
||||
host: {
|
||||
cflags: [
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "core_jni_helpers.h"
|
||||
#include <unistd.h>
|
||||
|
||||
#include <bionic_malloc.h>
|
||||
#include <bionic/malloc.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -57,12 +57,15 @@ cc_library_static {
|
||||
],
|
||||
|
||||
include_dirs: [
|
||||
"bionic/libc/private",
|
||||
"frameworks/base/libs",
|
||||
"frameworks/native/services",
|
||||
"system/gatekeeper/include",
|
||||
],
|
||||
|
||||
header_libs: [
|
||||
"bionic_libc_platform_headers",
|
||||
],
|
||||
|
||||
product_variables: {
|
||||
arc: {
|
||||
exclude_srcs: [
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <sensorservice/SensorService.h>
|
||||
#include <sensorservicehidl/SensorManager.h>
|
||||
|
||||
#include <bionic_malloc.h>
|
||||
#include <bionic/malloc.h>
|
||||
|
||||
#include <cutils/properties.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
Reference in New Issue
Block a user