summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2016-07-26 19:32:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-26 19:32:21 +0000
commit461ce6bdf19f2dc33c0d4c2bce4f9efbb1033931 (patch)
tree4834bd0c05688b8d811baab0542f0b2bdcc893a2
parent1b1da124c64d589ac8027c9de59c41c39ccca51e (diff)
parentf3200f7f4a5275d729c2065d55ba8fd6b326b18f (diff)
downloadedison-master.tar.gz
Remove sensors and lights halHEADmastermain
am: f3200f7f4a Change-Id: Ib71e66a37567ea90786fe6cd3d1dfaed0e177ff4
-rw-r--r--BoardConfig.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0688720..ab93a36 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -21,12 +21,8 @@ $(call set_soc, intel, edison)
$(call add_peripheral, intel, wifi/bcm43340)
# Add bt controller
$(call add_peripheral, intel, bluetooth/bcm43340)
-# Add lights HAL
-$(call add_peripheral, intel, light/mraa)
# Add audio support
$(call add_peripheral, intel, audio/generic/usb)
-# Add sensor support
-$(call add_peripheral, intel, sensors/mraa)
# Add HW Keystore support
$(call add_peripheral, intel, keystore/chaabi/src)
# Bootctrl HAL
@@ -37,16 +33,6 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
BOARD_U_BOOT_ENV_SIZE := 0x10000
-# Specific sensors to be built into the sensors HAL
-PLATFORM_SENSOR_LIST += GroveLight
-PLATFORM_SENSOR_LIST += GroveTemperature
-PLATFORM_SENSOR_LIST += MMA7660Accelerometer
-PLATFORM_SENSOR_LIST += MPU9150Accelerometer
-PLATFORM_SENSOR_LIST += LSM303dAccelerometer
-PLATFORM_SENSOR_LIST += LSM303dOrientation
-PLATFORM_SENSOR_LIST += LSM9DS0Accelerometer
-PLATFORM_SENSOR_LIST += ProximityGPIO
-
PRODUCT_COPY_FILES += \
device/intel/edison/flash_tools/brillo-flashall-edison.sh:provision-device \
device/intel/edison/fstab.device:root/fstab.${soc_name}