Skip to content

Commit

Permalink
Removed Libshims for camera
Browse files Browse the repository at this point in the history
Change-Id: I996946f8305ef27e9888c78c5166826acc326e52
  • Loading branch information
abhishek-mudgal committed Jun 13, 2018
1 parent b1fc7c4 commit 00de97e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 447 deletions.
18 changes: 9 additions & 9 deletions libshims/Android.mk
Expand Up @@ -21,12 +21,12 @@ LOCAL_MODULE := libshims_ims
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
android/sensor.cpp \
gui/SensorManager.cpp
LOCAL_C_INCLUDES := gui
LOCAL_SHARED_LIBRARIES := libgui libutils liblog libbinder libandroid
LOCAL_MODULE := libshim_camera
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include $(BUILD_SHARED_LIBRARY)
#include $(CLEAR_VARS)
#LOCAL_SRC_FILES := \
# android/sensor.cpp \
# gui/SensorManager.cpp
#LOCAL_C_INCLUDES := gui
#LOCAL_SHARED_LIBRARIES := libgui libutils liblog libbinder libandroid
#LOCAL_MODULE := libshim_camera
#LOCAL_MODULE_CLASS := SHARED_LIBRARIES
#include $(BUILD_SHARED_LIBRARY)
192 changes: 0 additions & 192 deletions libshims/android/sensor.cpp

This file was deleted.

167 changes: 0 additions & 167 deletions libshims/gui/SensorManager.cpp

This file was deleted.

0 comments on commit 00de97e

Please sign in to comment.