am bad9708b: Add error log to API1 CameraAgent

* commit 'bad9708bd92213e65bfc9761ce3e69f8a59e1483':
  Add error log to API1 CameraAgent
diff --git a/variablespeed/jni/Android.mk b/variablespeed/jni/Android.mk
index 0a7818a..ef6ff78 100644
--- a/variablespeed/jni/Android.mk
+++ b/variablespeed/jni/Android.mk
@@ -14,6 +14,7 @@
 #
 LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
 
 # TODO: Remove the .cc extension, just .cpp.
 # TODO: Change module name to use underscores not hyphens.
@@ -36,14 +37,12 @@
 
 LOCAL_C_INCLUDES := \
     $(call include-path-for, wilhelm) \
-    external/stlport/stlport \
-    bionic \
 
 LOCAL_SHARED_LIBRARIES := \
     libOpenSLES \
-    libstlport \
     libutils \
     libcutils \
     liblog \
 
+include external/stlport/libstlport.mk
 include $(BUILD_SHARED_LIBRARY)