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

Commit bc2cc2f3 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Remove hardcoded include paths.

ICU, zlib & openssl export them using LOCAL_EXPORT_C_INCLUDE_DIRS.
The dependency on libc/dns/include was bogus and can be removed
trivially.

bug: 18581021
Change-Id: I4b8047ff0df1050ab48b61c0c886888b3f2f0c18
parent cfa31a60
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -177,11 +177,9 @@ LOCAL_C_INCLUDES += \
    $(call include-path-for, bluedroid) \
    $(call include-path-for, libhardware)/hardware \
    $(call include-path-for, libhardware_legacy)/hardware_legacy \
    $(TOP)/bionic/libc/dns/include \
    $(TOP)/frameworks/av/include \
    $(TOP)/system/media/camera/include \
    $(TOP)/system/netd/include \
    external/icu/icu4c/source/common \
    external/pdfium/core/include/fpdfapi \
    external/pdfium/core/include/fpdfdoc \
    external/pdfium/fpdfsdk/include \
@@ -191,11 +189,9 @@ LOCAL_C_INCLUDES += \
    external/sqlite/dist \
    external/sqlite/android \
    external/expat/lib \
    external/openssl/include \
    external/tremor/Tremor \
    external/jpeg \
    external/harfbuzz_ng/src \
    external/zlib \
    frameworks/opt/emoji \
    libcore/include \
    $(call include-path-for, audio-utils) \
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
#include "jni.h"
#include "JNIHelp.h"
#include "NetdClient.h"
#include "resolv_netid.h"
#include <utils/misc.h>
#include <android_runtime/AndroidRuntime.h>
#include <utils/Log.h>