gs101: Remove sensor HAL 1.0 config
Also clean up unused sensor HAL config. Bug: 184720736 Test: Verify basic sampling on O6 Run VtsHalSensorsV1_0TargetTest and see no test items. Signed-off-by: Rick Chen <rickctchen@google.com> Change-Id: I9ba18473132f4bfa37a9fe2bbae4bb3dc015cc0e
This commit is contained in:
parent
e171ad07f5
commit
891c1fdd80
2 changed files with 0 additions and 33 deletions
24
device.mk
24
device.mk
|
@ -289,29 +289,6 @@ PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
|
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
|
||||||
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml
|
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml
|
||||||
|
|
||||||
# Sensor HAL
|
|
||||||
#TARGET_USES_NANOHUB_SENSORHAL := true
|
|
||||||
#NANOHUB_SENSORHAL_SENSORLIST := device/google/gs101/sensorhal/sensorlist.cpp
|
|
||||||
|
|
||||||
#PRODUCT_PACKAGES += \
|
|
||||||
context_hub.default \
|
|
||||||
android.hardware.sensors@1.0-impl \
|
|
||||||
android.hardware.sensors@1.0-service \
|
|
||||||
sensors.gs101 \
|
|
||||||
|
|
||||||
# sensor utilities
|
|
||||||
#PRODUCT_PACKAGES += \
|
|
||||||
nanoapp_cmd
|
|
||||||
|
|
||||||
# sensor utilities (only for userdebug and eng builds)
|
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
||||||
#PRODUCT_PACKAGES += \
|
|
||||||
nanotool \
|
|
||||||
sensortest
|
|
||||||
endif #filter TARGET_BUILD_VARIANT
|
|
||||||
|
|
||||||
# Cannot reference variables defined in BoardConfig.mk
|
|
||||||
#ifeq ($(BOARD_USES_EXYNOS_SENSORS_DUMMY), true)
|
|
||||||
# Set USF sensor HAL to 2.0.
|
# Set USF sensor HAL to 2.0.
|
||||||
USF_SENSOR_HAL_2_0 := true
|
USF_SENSOR_HAL_2_0 := true
|
||||||
|
|
||||||
|
@ -325,7 +302,6 @@ else
|
||||||
android.hardware.sensors@1.0-service \
|
android.hardware.sensors@1.0-service \
|
||||||
sensors.gs101
|
sensors.gs101
|
||||||
endif
|
endif
|
||||||
#endif
|
|
||||||
|
|
||||||
# USB HAL
|
# USB HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -133,15 +133,6 @@
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.2::IBootControl/default</fqname>
|
<fqname>@1.2::IBootControl/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.sensors</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>ISensors</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.neuralnetworks</name>
|
<name>android.hardware.neuralnetworks</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue