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

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

Remove hardcoded ICU & OpenSSL include paths.

They're exported using LOCAL_EXPORT_C_INCLUDE_DIRS.

bug: 18581021
Change-Id: I9593422b9eddb8203bee88d60e31a03b4a5f976b
parent bd08223c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ LOCAL_C_INCLUDES := \
    $(TOP)/frameworks/native/include/media/openmax \
    $(TOP)/frameworks/av/include/media/ \
    $(TOP)/frameworks/av/media/libstagefright \
    $(TOP)/external/icu/icu4c/source/common \
    $(TOP)/external/icu/icu4c/source/i18n \
    $(call include-path-for, audio-effects) \
    $(call include-path-for, audio-utils)

+0 −3
Original line number Diff line number Diff line
@@ -68,11 +68,8 @@ LOCAL_C_INCLUDES:= \
        $(TOP)/frameworks/native/include/media/openmax \
        $(TOP)/external/flac/include \
        $(TOP)/external/tremolo \
        $(TOP)/external/openssl/include \
        $(TOP)/external/libvpx/libwebm \
        $(TOP)/system/netd/include \
        $(TOP)/external/icu/icu4c/source/common \
        $(TOP)/external/icu/icu4c/source/i18n \

LOCAL_SHARED_LIBRARIES := \
        libbinder \