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

Commit ba4d0433 authored by James Dong's avatar James Dong
Browse files

frameworks base Android.mk file changes

Change-Id: I7459b9e959a60751b8fa6e0d893cb2c820c064ce
parent d927a1d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -165,6 +165,7 @@ LOCAL_C_INCLUDES += \
	$(call include-path-for, bluedroid) \
	$(call include-path-for, libhardware)/hardware \
	$(call include-path-for, libhardware_legacy)/hardware_legacy \
 $(TOP)/frameworks/av/include \
	external/skia/include/core \
	external/skia/include/effects \
	external/skia/include/images \
+3 −3
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@ LOCAL_STATIC_LIBRARIES :=

LOCAL_C_INCLUDES += \
    $(JNI_H_INCLUDE) \
    $(TOP)/frameworks/base/drm/libdrmframework/include \
    $(TOP)/frameworks/base/drm/libdrmframework/plugins/common/include \
    $(TOP)/frameworks/base/include
    $(TOP)/frameworks/av/drm/libdrmframework/include \
    $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
    $(TOP)/frameworks/av/include



+6 −6
Original line number Diff line number Diff line
@@ -42,12 +42,12 @@ LOCAL_C_INCLUDES += \
    external/jhead \
    external/tremor/Tremor \
    frameworks/base/core/jni \
    frameworks/base/media/libmedia \
    frameworks/base/media/libstagefright \
    frameworks/base/media/libstagefright/codecs/amrnb/enc/src \
    frameworks/base/media/libstagefright/codecs/amrnb/common \
    frameworks/base/media/libstagefright/codecs/amrnb/common/include \
    frameworks/base/media/mtp \
    frameworks/av/media/libmedia \
    frameworks/av/media/libstagefright \
    frameworks/av/media/libstagefright/codecs/amrnb/enc/src \
    frameworks/av/media/libstagefright/codecs/amrnb/common \
    frameworks/av/media/libstagefright/codecs/amrnb/common/include \
    frameworks/av/media/mtp \
    frameworks/native/include/media/openmax \
    $(PV_INCLUDES) \
    $(JNI_H_INCLUDE) \
+0 −3
Original line number Diff line number Diff line
@@ -4,9 +4,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
	android_media_SoundPool.cpp

LOCAL_C_INCLUDES := \
    frameworks/base/media/libmedia

LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libutils \
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <nativehelper/jni.h>
#include <nativehelper/JNIHelp.h>
#include <android_runtime/AndroidRuntime.h>
#include <SoundPool.h>
#include <media/SoundPool.h>

using namespace android;

Loading