OSDN Git Service

allow to select rotation keys at runtime
[android-x86/hardware-libsensors.git] / Android.mk
index 63982b6..de624e5 100644 (file)
@@ -15,3 +15,13 @@ ifeq ($(strip $(BOARD_USES_KBDSENSOR)),true)
 LOCAL_SRC_FILES := kbdsensor.cpp
 include $(BUILD_SHARED_LIBRARY)
 endif
+
+ifeq ($(strip $(BOARD_USES_HDAPS_ACCEL)),true)
+LOCAL_SRC_FILES := hdaps.c
+include $(BUILD_SHARED_LIBRARY)
+endif
+
+ifeq ($(strip $(BOARD_USES_S103T_SENSOR)),true)
+LOCAL_SRC_FILES := s103t_sensor.c
+include $(BUILD_SHARED_LIBRARY)
+endif