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

Commit 9916dcb6 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 0d64fcb4: Merge "Clean up some makefiles."

* commit '0d64fcb4':
  Clean up some makefiles.
parents fe80b7ee 0d64fcb4
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -12,16 +12,12 @@ LOCAL_CFLAGS+= -O2 -fvisibility=hidden
LOCAL_SHARED_LIBRARIES := \
	libcutils \
	liblog \
	libstlport

LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_MODULE:= libldnhncr

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


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

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

include $(BUILD_SHARED_LIBRARY)