summaryrefslogtreecommitdiffstats
path: root/media/libnbaio
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2014-12-12 15:35:41 -0800
committerAndy Hung <hunga@google.com>2014-12-19 10:24:55 -0800
commit9b82924cbd203f1678c2f78aa73b15909efa3e81 (patch)
tree977b62e2a5d909c8806808614ff5117f75359130 /media/libnbaio
parent2590fc421ccf5e8199d511ff3022b428ee9122e9 (diff)
downloadframeworks_av-9b82924cbd203f1678c2f78aa73b15909efa3e81.zip
frameworks_av-9b82924cbd203f1678c2f78aa73b15909efa3e81.tar.gz
frameworks_av-9b82924cbd203f1678c2f78aa73b15909efa3e81.tar.bz2
Remove explicit instantiation of SingleStateQueue
Refactoring now possible due to changes in the Android atomic include. Change-Id: Ia0094d322d9ad3d8c186307306821376ca8002c4
Diffstat (limited to 'media/libnbaio')
-rw-r--r--media/libnbaio/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/libnbaio/Android.mk b/media/libnbaio/Android.mk
index 9707c4a..5d00d15 100644
--- a/media/libnbaio/Android.mk
+++ b/media/libnbaio/Android.mk
@@ -33,6 +33,4 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
liblog
-LOCAL_STATIC_LIBRARIES += libinstantssq
-
include $(BUILD_SHARED_LIBRARY)