-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable light service and sensor service
Tracked-On: OAM-95546 Signed-off-by: rnaidu <[email protected]>
- Loading branch information
1 parent
eb18595
commit 8cc7c8d
Showing
4 changed files
with
2 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -632,15 +632,6 @@ PRODUCT_PACKAGES += crashlogd \ | |
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.vendor.service.default_logfs=apklogfs | ||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.logd.logpersistd.size=100 | ||
endif | ||
############################################################## | ||
# Source: device/intel/mixins/groups/lights/true/product.mk | ||
############################################################## | ||
# Lights HAL | ||
BOARD_SEPOLICY_DIRS += \ | ||
$(INTEL_PATH_SEPOLICY)/light | ||
|
||
PRODUCT_PACKAGES += lights.$(TARGET_BOARD_PLATFORM) \ | ||
android.hardware.lights-service.example | ||
|
||
############################################################## | ||
# Source: device/intel/mixins/groups/power/true/product.mk | ||
|
@@ -762,27 +753,6 @@ $(call inherit-product,device/intel/common/firmware.mk) | |
############################################################## | ||
PRODUCT_PACKAGES += \ | ||
auto_detection.sh | ||
############################################################## | ||
# Source: device/intel/mixins/groups/sensors/mediation/product.mk | ||
############################################################## | ||
ifeq ($(TARGET_BOARD_PLATFORM),) | ||
$(error Please define TARGET_BOARD_PLATFORM in product-level Makefile) | ||
endif | ||
|
||
# Sensors HAL modules | ||
PRODUCT_PACKAGES += \ | ||
sensors.$(TARGET_BOARD_PLATFORM) | ||
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] | ||
|
||
PRODUCT_COPY_FILES += \ | ||
frameworks/native/data/etc/android.hardware.sensor.ambient_temperature.xml:vendor/etc/permissions/android.hardware.sensor.ambient_temperature.xml \ | ||
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:vendor/etc/permissions/android.hardware.sensor.accelerometer.xml \ | ||
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:vendor/etc/permissions/android.hardware.sensor.gyroscope.xml \ | ||
frameworks/native/data/etc/android.hardware.sensor.compass.xml:vendor/etc/permissions/android.hardware.sensor.compass.xml \ | ||
frameworks/native/data/etc/android.hardware.sensor.light.xml:vendor/etc/permissions/android.hardware.sensor.light.xml | ||
|
||
############################################################## | ||
# Source: device/intel/mixins/groups/mainline-mod/true/product.mk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters