Loading media/libmedia/Android.mk +7 −6 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
media/libmedia/Android.mk +7 −6 Original line number Original line Diff line number Diff line Loading @@ -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 Loading