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

Commit 1262e150 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Compile AudioParameter as shared library regardless of SRS flag" into jellybean

parents 393028ce a6c86eb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_STATIC_LIBRARY)


ifeq ($(BOARD_USES_SRS_TRUEMEDIA),true)
#ifeq ($(BOARD_USES_SRS_TRUEMEDIA),true)

include $(CLEAR_VARS)

@@ -21,7 +21,7 @@ LOCAL_SHARED_LIBRARIES := libutils

include $(BUILD_SHARED_LIBRARY)

endif
#endif


include $(CLEAR_VARS)