Skip to content

Commit

Permalink
Properly disable audio build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 26, 2013
1 parent ab269b0 commit 5ac4646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio/Android.mk
Expand Up @@ -72,7 +72,7 @@ LOCAL_C_INCLUDES += system/core/include
#LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
#LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

include $(BUILD_SHARED_LIBRARY)
#include $(BUILD_SHARED_LIBRARY)

# The audio policy is implemented on top of legacy policy code
include $(CLEAR_VARS)
Expand Down Expand Up @@ -104,5 +104,5 @@ LOCAL_C_INCLUDES := hardware/libhardware_legacy/audio
#LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
#LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

include $(BUILD_SHARED_LIBRARY)
#include $(BUILD_SHARED_LIBRARY)
endif # TARGET_BOOTLOADER_BOARD_NAME

0 comments on commit 5ac4646

Please sign in to comment.