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

Commit f6c2a598 authored by Daniel Bateman's avatar Daniel Bateman
Browse files

libmedia: don't require USES_AUDIO_LEGACY for USE_KINETO_COMPATIBILITY

Change-Id: I74ff9c0c4dd0cafa20917e1e923f1d0d2d6b1df4
parent 337e6896
Loading
Loading
Loading
Loading
+7 −6
Original line number Original line Diff line number Diff line
@@ -52,10 +52,11 @@ ifeq ($(BOARD_USES_AUDIO_LEGACY),true)
        AudioParameter.cpp
        AudioParameter.cpp


    LOCAL_CFLAGS += -DUSES_AUDIO_LEGACY
    LOCAL_CFLAGS += -DUSES_AUDIO_LEGACY
endif

ifeq ($(BOARD_USE_KINETO_COMPATIBILITY),true)
ifeq ($(BOARD_USE_KINETO_COMPATIBILITY),true)
    LOCAL_CFLAGS += -DUSE_KINETO_COMPATIBILITY
    LOCAL_CFLAGS += -DUSE_KINETO_COMPATIBILITY
endif
endif
endif


ifeq ($(BOARD_USE_YAMAHAPLAYER),true)
ifeq ($(BOARD_USE_YAMAHAPLAYER),true)
    LOCAL_CFLAGS += -DYAMAHAPLAYER
    LOCAL_CFLAGS += -DYAMAHAPLAYER