more cleanup up of build files + indentation
diff --git a/aos/common/input/input.gyp b/aos/common/input/input.gyp
new file mode 100644
index 0000000..0a77075
--- /dev/null
+++ b/aos/common/input/input.gyp
@@ -0,0 +1,19 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'sensor_input',
+ 'type': 'static_library',
+ 'sources': [
+ #'SensorInput-tmpl.h',
+ ],
+ 'dependencies': [
+ '<(AOS)/common/network/network.gyp:socket',
+ '<(AOS)/build/aos.gyp:logging',
+ ],
+ 'export_dependent_settings': [
+ '<(AOS)/common/network/network.gyp:socket',
+ '<(AOS)/build/aos.gyp:logging',
+ ],
+ },
+ ],
+}