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

Commit 20adec0c authored by Dan Albert's avatar Dan Albert
Browse files

Clean up some makefiles.

The build system takes care of these things for you.

Change-Id: Ife9605f15786e11d6a3578f56ed83dd9ae7fd799
parent 2b16391d
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -12,16 +12,12 @@ LOCAL_CFLAGS+= -O2 -fvisibility=hidden
LOCAL_SHARED_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libcutils \
	liblog \
	liblog \
	libstlport


LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_MODULE:= libldnhncr
LOCAL_MODULE:= libldnhncr


LOCAL_C_INCLUDES := \
LOCAL_C_INCLUDES := \
	$(call include-path-for, audio-effects) \
	$(call include-path-for, audio-effects) \
	bionic \
	bionic/libstdc++/include \
	external/stlport/stlport



include external/stlport/libstlport.mk
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)
+0 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,6 @@ LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libdl libeffects


LOCAL_C_INCLUDES := \
LOCAL_C_INCLUDES := \
        system/media/audio_effects/include \
        system/media/audio_effects/include \
        bionic/libc/include \
        frameworks/av/media/libeffects/factory
        frameworks/av/media/libeffects/factory


include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)