Age | Commit message (Collapse) | Author |
|
Change-Id: I35b40e6debe407390300750aab41741fa038e1f9
|
|
* As recommended by Google for multiple different versions of the same HAL in VINTF manifests
* https://android.googlesource.com/platform/hardware/interfaces/+/master/drm/1.1/README.md#devices-launching-with-android-pie
Change-Id: I4922d72ab60ca1aae78c010aeb610f9bca9012cb
|
|
* make vendor_manifest.xml
Change-Id: Ida66af588dc2d66c6cc6f62b573f05e7dd8ba600
|
|
Co-authored-by: Marc Bourgoin <themard85@gmail.com>
Change-Id: I49d46c4eb27ccef6e2ae678e8eccc10c2e5257aa
|
|
All devices use pre-R audio.bluetooth_qti.default.so and platina uses
pre-R audio hal, in which the new set_event_callback API is not
implemented and the audio service will crash due to mismatched struct.
This reverts commit 939fd6b3019828b56469d7b75f237bf176bfe57f.
Change-Id: Ia330ac05d84d3dfb3a639458d66a3dc29689e67c
|
|
This reverts commit d08d3a25d6a8a81dc59fb2d6d9503fe525b1d0af.
Change-Id: I8e2ce16722b0e9727f6962530d4fcaba91606d7f
|
|
* platina doesn't have IR
Change-Id: If5d83ef3dc0169700fcd738f6a50cb38b104c30a
|
|
This has been turned into a VINTF fragment.
Change-Id: Iaf53a2e1fbac75d53ec11d4c56c51230f4758daf
|
|
Change-Id: Id2fb715d0dbe3b148603d0fe5b9ab301fbeea683
|
|
* The Lineage framework does not have a dependency on any of these
packages, since we do not make use of Qualcomm WLAN value-adds.
Change-Id: I8802d3159354a235c25e4d1d3b96cf280dbd5c20
|
|
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
|
|
* Turns out component-overrides doesn't handle the case where
a feature is enabled in config.xml but disabled in overrides.
Explicitly disabling HidDeviceService causes bluetooth to
time out while turning on and stuck in a crash loop.
Change-Id: Idcb678d03c5dc872942fd0fda9aabcbb5f5c9a55
|
|
Change-Id: Ifcbfb87a82e61e2d868c1889f026525210501223
|
|
Change-Id: I6819c2af9f0f6e0e3823b853277287fc5aa8d504
|
|
Change-Id: Ia1d79cc421e2f49ee30ffe15a438dfed412df251
|
|
android.hardware.thermal@1.0::IThermal/default is deprecated in compatibility matrix at FCM Version 4; it should not be served.
Change-Id: Icc3c672a0bf6b9e4ee76ccf91e6cdca5fb778fde
|
|
Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
|
|
Our blobs are compiled against libprotobuf-full-cpp.so, but
starting in R, Android is using a versioned naming approach,
e.g. libprotobuf-cpp-full-3.9.1.so.
See https://r.android.com/1109518
The entry in public.libraries.txt is needed to allow the
linker to find and use the lib outside the VNDK.
See https://source.android.com/devices/tech/config/namespaces_libraries
[wight554: added libprotobuf-cpp-lite as well]
Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f
|
|
Runtime Resource Overlays (RROs) can no longer change the value of
resources in manifest when read during PackagerParser.
This change uses component-override to enable the service by default.
Remove usages of profile_supported_* from overlays as they no
longer configure the enable state of Bluetooth components.
Bug: 135048762
Test: adb shell pm query-services \
com.android.bluetooth/.a2dpsink.A2dpSinkService
adb shell pm query-services \
com.android.bluetooth/.avrcp.AvrcpTargetService
adb shell pm query-services \
com.android.bluetooth/.avrcpcontroller.AvrcpControllerService
adb shell pm query-services \
com.android.bluetooth/.ba.BATService
adb shell pm query-services \
com.android.bluetooth/.hid.HidDeviceService
adb shell pm query-services \
com.android.bluetooth/.sap.SapService
Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
|
|
Change-Id: Id9d8d9d2ed27dad2754abfa3887ee1a1ff97875a
|
|
Remove all android.hardware.gnss
entries in manifest.xml, since these manifest fragments
are moved to gps git projects.
Change-Id: Ieb3b0b4244ff075ba254d2e3ad1209c92fd3a4d6
CRs-fixed: 2548467
|
|
Change-Id: I105e682daec37c5663592b3955565d46cdbc6f11
|
|
Change-Id: I22b105b1340dff648bc5011b80f735b33d5fe370
|
|
Bug: 139134043
Test: MediaDrmTest
Change-Id: Ie34e59947577988f75fae52d22e3f573f4b92420
Signed-off-by: Arian <arian.kulmer@web.de>
|
|
Bug: 36505680
Test: atest FrameworksNetTests
Test: atest VtsHalWifiSupplicantV1_3TargetTest
Test: connect EAP access point and verify PMK cache works correctly.
Change-Id: I2c382765b8e84951fc17bb9f1c3785dcd66e7b51
|
|
This CL removes the definition for the hostapd hidl interface from
manifest.xml and rely on vint-fragements entry.
This is to avoid the need to modify the revision in future
Bug: 145780363
Test: builds and wifi softap works
Change-Id: I2b0d28b143e232ce60c56cbabfed3f685ab6bab9
|
|
This CL removes the definition for the IWifi hidl interface from
manifest.xml and rely on vint-fragements entry.
This is to avoid the need to modify the revision in future
Bug: 138243400
Test: builds and wifi works
Change-Id: Id36fb384bbbf55a976d315d6a374d5fb66f4e1bb
|
|
Switch to Audio HAL V6
Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
atest VtsHalAudioEffectV6_0TargetTest
manual audio "smoke" test on taimen and walleye
Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8
|
|
Widevine HIDL service added new v1.2 media APIs,
update the service version to 1.2.
Test: Netflix and Play Movies & TV (streaming and offline playback)
Test: GTS WidevineH264PlaybackTests test
e.g. ANDROID_BUILD_TOP= ./android-gts/toolsefed run gts -m GtsMediaTestCases
--test com.google.android.media.gts.WidevineH264PlaybackTests#testL1With480P30
bug: 117570686
Change-Id: I59500a9ea6df45c98b17edb3343c5c4829c6434b
|
|
It rolled back when manifest was updated from CAF
Change-Id: Ie33315f8bf86b56bbea1bf6239f425b3a4c33470
|
|
LA.UM.8.2.r1-06700-sdm660.0
Change-Id: I9c21a1cdc3c737708482836ea9fab1da8a021750
|
|
Enable graphics mapper version 2.1
Change-Id: Iad70754a980eadcfd68752c76e569b503d398fae
|
|
upgrade display config version to 1.9
Change-Id: I29586a29b2091366fa975c2721fe1e507e62a537
Signed-off-by: c_kartka <kartka@codeaurora.org>
|
|
Q version expects publishing of performance points.
Change-Id: I32f3b720bf63ab034fcbc2bd8b91f5a54de3bbd3
|
|
Update opus omx codec ranking to give c2 implementation
higher priority.
Change-Id: I5fb0c91fe0f8c691868c92eb50536495b31132e2
|
|
Change-Id: If3194b0a8d7ffc8a8d42d2f7c6a8dde9e4235d1d
|
|
* Not needed for file based encryption
which is used on jasmine_sprout
Change-Id: I92e8dafa5babc0d4cae5a7f599269a14fe645ae2
|
|
Change-Id: I7dc518e769ce1f09531344ee46251e3cd8998145
|
|
* We use target levels
Change-Id: I36774f88e63f9361e62f7fcff4c7657cb7e03995
|
|
Change-Id: I224783d5ca9501ecd6a50f9eb3f861068407ce3a
|
|
Change-Id: I357eddb54f334a3793260aeb7fc17adf51dc0611
|
|
Change-Id: I9292a62dc0b4a670ed6a4367ecd9a6e62058a5ae
|
|
Change-Id: I127d746d6f6534bf864dcb6d8fc703ee6ff2b3cf
|
|
Change-Id: I6710566f4ed4654dc674bb3cd485a35f60ff9cc6
|
|
Change-Id: I27fa3dbb4b1d301a6cd60a6a0b224e35c18c4b46
|
|
* Sadly, out-of-the-box Miracast support was killed in P, so
we need this to keep Wi-Fi display feature working.
Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb
|
|
Since lineageos 15.1 the power hal doesn't use the
perf_lock_use_profile() method anymore.
It was used to apply performance profiles.
On startup the perfd daemon is looking for at least
one profile which is used as default.
So there is only a perf-profiles0.conf to make the
daemon happy.
Removes log spam:
E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
Change-Id: I170cda016f99ab2ab00fbefe78ddde9757235c44
|
|
* Remove unsupported profiles in AOSP from media_profiles_vendor.xml:
- vga
- 4kdci
- timelapsevga
- timelapse4kdci
- highspeedcif
- highspeedvga
- highspeed4kdci
- qhd
- 2k
- timelapseqhd
- timelapse2k
- lpcm
and use it as media_profiles_V1_0.xml
* Remove never used CAF media_profiles_V1_0.xml.
Change-Id: I8309af0804caf32ab0870a7ad754b8d41dc9b544
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
|
|
* jasmine_sprout 9 PKQ1.180904.001 V10.0.9.0.PDIMIXM release-keys
* Graphics SDM from LA.UM.7.4.r1-04100-8x98.0
* Cleanup rootdir a bit
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Change-Id: I457f9d446b86b856e2cebe85b698403005c58d3e
|
|
Enable Sensors QMI services for sensors process groups.
CRs-Fixed: 431081
Change-Id: Ibbdb0e07d9497e1809e7ef817e8400d4a9e4f8c1
|
|
Change-Id: I2d065eadf051e1bff0c252891a7818e871be6bee
|
|
in order to communicate with the modem we need permission for IPC router.
adding tloc daemon group (1026) to service 0x10
Change-Id: I3ab4a37bbed3fd496a73ffa7d12f908d8d8b8c36
CRs-Fixed: 1106225
|
|
Desc: Permission to access the QMI and HAL from RCS Daemon
Change-Id: I08a71cf7d3ea328e3f4bbac78a5778567427685a
|
|
Desc: Permission to access QMI Settings from the Connectivity Daemon
Change-Id: I0fbb2ad5852beceacf5a9529392c750130d498f0
|
|
Desc: Permission to access the QMI and HAL from RCS Daemon
Change-Id: I45d944376179d0f6f6704563ac3da631a3fa9c64
|
|
Android needs this text file to know what libraries are allowed to be loaded by apps directly.
For now, add:
libOpenCL.so to the list, in order to get OpenCL to function properly.
adsprpc related libraries, since they were also declared public in stock.
Change-Id: I15ef7a7ab7d1f1a0cc6b484cd2ca9993f40de23b
|
|
* Let com.qualcomm.qcrilmsgtunnel break free
Change-Id: I6243a6d21da7709bf6612270d7638f1231b9f601
|
|
Change-Id: I211da5781d8c7a16199fd8a18e1b00cfc9e01944
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
|
|
Change-Id: I6bea25b73d4e0396aaefc831feb34c1c6639e347
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
|