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

Commit d8f6fd0e authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "libmedia: don't require USES_AUDIO_LEGACY for USE_KINETO_COMPATIBILITY" into ics

parents c901f3c0 f6c2a598
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