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

Commit 8d5ec2a3 authored by Ying Wang's avatar Ying Wang
Browse files

Remove circular dependency.

libstagefright_chromium_http is added to build/target/product/core.mk
instead.

Bug: 6933259
Change-Id: I2e87037eea0f1f2a56936dd02419cde564c8670d
parent 428b77a2
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -102,10 +102,6 @@ LOCAL_SRC_FILES += \
        chromium_http_stub.cpp
LOCAL_CPPFLAGS += -DCHROMIUM_AVAILABLE=1

ifneq ($(TARGET_BUILD_PDK), true)
LOCAL_REQUIRED_MODULES := libstagefright_chromium_http
endif

LOCAL_SHARED_LIBRARIES += libstlport
include external/stlport/libstlport.mk

@@ -119,6 +115,8 @@ LOCAL_CFLAGS += -Wno-multichar

LOCAL_MODULE:= libstagefright

LOCAL_MODULE_TAGS := optional

include $(BUILD_SHARED_LIBRARY)

include $(call all-makefiles-under,$(LOCAL_PATH))