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
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
Since BOARD_VNDK_VERSION is turned on, the tricky *.vndk-sp modules
aren't needed anymore. Remove them.
Bug: 63866913
Test: build 2017 pixel, boots to the UI
Merged-In: I07703f57da22d965c6ee43a672aacce0970fa0c4
Change-Id: I07703f57da22d965c6ee43a672aacce0970fa0c4
vndk_pacakge includes vndk, vndk-sp and ll-ndk.
By adding vndk_pacakge to PRODUCT_PACKAGES, vndk libraries will be
built regardless of their dependency with other libs.
The vndk library packages are defined only if they are built with
BOARD_VNDK_VERSION=current.
Bug: 63866913
Test: build with and without BOARD_VNDK_VERSION=current
Change-Id: I2c5f11de30c87be16cbc661a8567e258ff511906
This reverts commit a3f7b11d87.
Now that spn overrides are all migrated to carrier config,
the spn-conf.xml cna be removed.
Bug: 62684649
Test: make
Change-Id: I3d3e1b1d2dc38a73a657fe7f9220dd894f967c67
correct the property name to not drop packets based upon
enqueue sequence to avoid freeze.
BUG=63274801
Change-Id: I5a5c336c7e3f1e90e4ed05bc731747998a15e51b
SystemUI is getting deoptimized, possibly resulting in jank
(not yet validated); pre-optimize to avoid deoptimization for now.
Bug: 62832717
Bug: 35872915
Test: boot, check for vdex, run for a bit
Change-Id: Ia754db444eebaebf0ff2389ab66f6f1d486da994
Uploads the HIDL hvx service and sepolicy.
Bug: 63905942
Test: mma -j40
Change-Id: Ie5508c6ade5a16897b7b786a71bf1825423f4deb
(cherry picked from commit 49e5e88a7dc584afd02d74fb97053043516f489c)
Set persist.radio.always_send_plmn to true to force read PLMN
name instead of standard EONS(SPN) for manual network search.
This change is needed to avoid duplicate entries shown in
manual network selection result.
Side effect:
If a MVNO SIM card is inserted, manual network search will list
actual network name instead of virtual operator name.
Test: Verified manual selection doesn't display duplicate entries
Bug: 62925374
Change-Id: Id1d308c74e5bc878169911068743afce61ad3d10