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

Commit 9ecaf8b8 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Attempt to fix the build ... again."

parents 65bed2c6 55e99c61
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