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

Commit 55e99c61 authored by Andreas Huber's avatar Andreas Huber
Browse files

Attempt to fix the build ... again.

parent 37105cc7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

ifneq ($(BUILD_WITHOUT_PV),true)
include external/opencore/Config.mk
endif

LOCAL_SRC_FILES:= \
    android_media_MediaPlayer.cpp \
    android_media_MediaRecorder.cpp \
@@ -19,7 +23,6 @@ LOCAL_SHARED_LIBRARIES := \
    libcutils

ifneq ($(BUILD_WITHOUT_PV),true)
include external/opencore/Config.mk

LOCAL_SRC_FILES += \
    android_media_AmrInputStream.cpp