NXP HAL library has a board platform suffix instead of product target.
Test: HAL library loaded correctly on boot
Change-Id: I6d794987140e604853945c2b3d29320a2e4a23a9
Change the binary name to not be device specific. This allows us not to
have multiple init.rc files per device, simplifying code sharing between
devices that use the same HAL.
Bug: 68144019
Change-Id: Ib81fa673c96a25137ad3dfb673f161243cc55ef4
This CL moves storage of ro.qti.sensors.* properties to vendor
partition to ensure that they will remain the same for sensor HAL to
function correctly after AOSP system image swap.
Test: ro.qti.sensors.* properties exist in /vendor/build.prop
Test: adb shell getprop |grep qti.sensors remains the same
Test: adb shell dumpsys sensorservice does not include -Wakeup Secondary
sensors in sensor list as before
Bug: 67746417
Change-Id: Idcc770cc864b89f1585e42c1146f0fc091372f6d
Bug: 67478959
Test: mma
Test: hvx service is no longer started
Test: hvx service is no longer uploaded to device
Test: frameworks/ml/nn's NeuralNetworksTest
Change-Id: I9b3571d246b1e48815bfce8a791cfcd2bc609778
This was picked up transitively previously, but that transitive
include is removed, so we include it explicitly here.
Test: build
Change-Id: I023831d0fbe474d363201f792bbfb3f7ea38cd9b
(cherry picked from commit c2b4ce4e0a)
This was picked up transitively previously, but that transitive
include is removed, so we include it explicitly here.
Test: build
Change-Id: I023831d0fbe474d363201f792bbfb3f7ea38cd9b
ro.vendor.vndk.version property is used by system and vendor.
So, this property is no longer vendor property. This property is deleted
and "ro.vndk.version" property is added in build/make/
Bug: 66072863
Test: Build & run
Change-Id: Ia14f12b2507c68bc19cc014b9802ced84dab57d3
Currently it's copied to normal root, for build system to copy
init.recovery.*.rc to recovery root. However, with the following fix
from AOSP, this isn't needed. We can only copy init.recovery.*.rc to
recovery root.
https://android-review.googlesource.com/#/c/platform/build/+/493017/
Bug: 65570851
Test: recovery/normal boot the device
Change-Id: I9e996a8ed30775ed633ed8ec3fc0b7b9970ff0fb
Previously, the NNAPI required that vendors create both a passthrough
"-impl" driver as well as a binderized "service" driver. Now the NNAPI
requires only the binderized service.
This CL removes the -impl library, as it has been merged into the
-service.
Bug: 63905942
Test: mm, vts
Change-Id: I7c5a9669c298581c251470605471e10acda1bebe
Thermal HAL to be loaded by the vendor thermal-engine executable, in
prep for notifications of thermal events from thermal-engine via
Thermal HAL.
Bug: 30982366
Test: VtsHalThermalV1_0Target on walleye
Change-Id: Ie95d90b79bf6ed10593ebf3ec5accc278fda8720
Virtualizer was adding too much energy to the effects if enabled.
Bug: 65529284
Test: manual testing with SoloTester, play music and headphone load.
Change-Id: Ifea0995380a28239a0cec185c63425aac74a39c5
(cherry picked from commit 1c1439d67b)
Add RTT feature flag to the list of supported features on wahoo devices.
New feature flag for RTT.
Bug: 65014628
Test: integration tests pass
Change-Id: I5339a2fe6ca88ac05386f0c7b23e509641bb5cff
Virtualizer was adding too much energy to the effects if enabled.
Bug: 65529284
Test: manual testing with SoloTester, play music and headphone load.
Change-Id: Ifea0995380a28239a0cec185c63425aac74a39c5