Age | Commit message (Collapse) | Author |
|
* This device does not have sscrpcd, so the extra logic in the script is
useless.
* The /persist/sensors directory and files already have their
permissions set by init.qcom.rc during the early-boot phase.
Change-Id: I3ea825c7cd297fadd19cd56217ac0010a2f47089
|
|
* These are implicitly included by AOSP.
Change-Id: I9e557444161e7ca60793bddde82330a6bd04908b
|
|
Change-Id: Ib0caebf1d3414f46833ff0091d28aba6788b2c1c
|
|
* 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
|
|
* These are already packaged by AOSP.
Change-Id: I77f91fbbb33a6d891d14fe852b094ab914ca3111
|
|
* The mediametrics packages are part of the AOSP media stack already.
* libavserviceextensions is not available in Lineage.
Change-Id: Ia05789b6d59ad04e236b20155ac8b9575b0bdab1
|
|
* These don't exist.
Change-Id: I08f319e26867eb0b8fcdfaa632b4f6061f33b982
|
|
* These files are listed as prebuilts already.
Change-Id: I130ee9f82e6fe9a6015a3820f2ca4a0dca6c8e61
|
|
* It's proprietary and already included in vendor makefiles.
Change-Id: Ic19703a39e3e691a04b226b2cb2a27b02703724d
|
|
* This tool can be built manually for debugging cases,
there is no need to ship it in production
Change-Id: I9ab8b076b4bede70c368c198960ceabc68dad65b
|
|
Fixed : CTS issue due to ipsec_tunnel feature.
CTS issues are showing failure on devices with first_api_level set to
29 . With this api level certain test cases which weren't executing
till now begin executing. Ex: android.net.cts.IpSecManagerTunnelTest.
These tests mandatorily requrire ipsec_tunnel feature to be enabled.
Change-Id: If52b652ac3cc6488fefcf851527f224efa03e7eb
|
|
Wifi Passpoint is common permission for all the targets. So, adding
it in wlan makefile.
Change-Id: I30df2278e693fa168de735d20d253da4e7b97200
CRs-Fixed: 2487922
|
|
Change-Id: I37ed14286a1c2ede3e35214723464b5774361adb
|
|
android.hardware.opengles.aep and android.hardware.vulkan*
are duplicated
android.software.webview is already in system partition
Change-Id: I8ca77c1f4cf17a4fd64e37293313befa561c95fe
|
|
* Deprecated
Change-Id: Id50d6721cb1fb96bdb6d3ddb40b36a0147094b86
|
|
* This is defined nowhere in tree.
Change-Id: Ib82c10b46489af30c06dbe26b4aa73fd1fb15fc6
|
|
* No longer exists.
Change-Id: I7f5088b8daedd87107c94f4bddd45286d7453834
|
|
TARGET_PROVIDES_KEYMASTER is a no-op because there's no OSS
keystore for sdm660 devices.
Change-Id: I740bdc65d04cdde7b4965a9ee4705b6d317daa4f
|
|
This block is completely redundant because..
- WITH_DEXPREOPT := true is the default
- WITH_DEXPREOPT_PIC is never read
- DEX_PREOPT_DEFAULT := nostripping has no effect when the
BOARD_USES_SYSTEM_OTHER_ODEX flag is set to true
Test: make
Change-Id: I618a1e395ca1a14555cd50eef1a4f1aa079b553d
|
|
* MAX_EGL_CACHE_KEY_SIZE - Not used anywhere.
* MAX_EGL_CACHE_SIZE - Not used anywhere.
* PRODUCT_VENDOR_MOVE - No longer needed.
* USE_OPENGL_RENDERER - Not used in any repos we build
(msm8960 display HAL leftover).
* BOARD_USES_QCNE - Only referenced in very old BSPs.
Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
|
|
The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed
Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
|
|
Change-Id: I40a14bce12ee4725af17a3e8fbc05143e5577f8e
|
|
TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH.
TARGET_KERNEL_HEADER_ARCH is also a no-op unless
it is different from TARGET_KERNEL_ARCH.
Change-Id: If64fb040c8ec61394e2657f13e51ff7a08519220
|
|
Remove various variables related to where kernel and ramdisk are loaded
by the bootloader. There are two reasons for this:
1. The B1C1 bootloader ignores all the offset values for kernel, ramdisk
and tags. The default B1C1 memory layout has been designed to accomodate
a larger KASAN kernel.
2. The variables BOARD_KERNEL_TAGS_OFFSET and BOARD_RAMDISK_OFFSET are
ignored by the Android build system (unless they are copied into the
BOARD_MKBOOTIMG_ARGS variable). This is in contrast to the variables
BOARD_KERNEL_BASE, BOARD_KERNEL_PAGESIZE and BOARD_MKBOOTIMG_ARGS which
are referenced by build/make/core/Makefile
Bug: 117832711
Change-Id: I3404a4e084ed063d51077a3a80229854362c768b
|
|
So that init knows how to start it and to provide
an example of how to specify interfaces since there
are no lazy starting services on Pixel yet.
In order to make lights a lazy service, it would also
have to be marked as 'oneshot'.
Test: manually using Light as a lazy service
Bug: 64678982
Merged-In: I846a7e2d9545b42af9b985adb74883bda1b8c355
Change-Id: I846a7e2d9545b42af9b985adb74883bda1b8c355
|
|
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
|
|
Legacy service name, use android.hardware.audio.service instead
Bug: 153579444
Test: presubmit
Signed-off-by: Roman Kiryanov <rkir@google.com>
Merged-In: I4c05accb86dd0c9cd1b3fef3d84e0d54b2afc6a1
Change-Id: I6b55b4b1db2577f4176c99dca7021cfe78e13307
|
|
Bug: 73829928
Test: boot, check directories, no errors during boot
Change-Id: Ia1272b2bcc5006fa75a50631861fbaccdeed7bee
|
|
Bug: 73301881
Test: Verify that the connected MAC randomization ~3 seconds delay problem is gone
Change-Id: I94e639fecef85107f70de8601b377c927cbe7f75
|
|
QCOM's driver can support a max of 512 scan results. Ensure that
wpa_supplicant is in sync with that number.
Bug: 74724482
Test: Device boots up and connects to wifi networks.
Change-Id: I62dbd2bd3789c454e9683320d3a58f67019ea7ee
|
|
TODO: revisit once usable qti-telephony-common jar is available.
Change-Id: I2b80a3beb931d11db4b8367cded738e935797002
|
|
Change-Id: I47490bfa19bfb6162d161ba0c5e9f48556ab6eff
|
|
Before it had permissions to use hal_graphics_allocator_hwservice,
but it didn't declare itself to be an allocator_client.
Bug: 80319537
Test: boot + sanity
Change-Id: I93a23cd3db270491e82b378507f3cb55063561e8
|
|
Addresses:
avc: denied { find } for
interface=android.hardware.configstore::ISurfaceFlingerConfigs pid=817
scontext=u:r:hal_camera_default:s0
tcontext=u:object_r:hal_configstore_ISurfaceFlingerConfigs:s0
tclass=hwservice_manager permissive=0
Bug: 65454046
Test: camera app
Change-Id: I84b92e5809b89b7f755322d485b92f5e7175a06a
|
|
Change-Id: I589b8196c201baebd9c952a70043d317f2eb5d6b
|
|
Change-Id: If37262e6be3d31f51dcd482db04ce647ecd57e4d
|
|
* 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
|
|
It leaks the IP, location and more to some 3rd party companies.
Change-Id: I77a82306b21030056e30d43eda4e504963554309
|
|
Bug: 147569830
Test: atest TeleServiceTests:PhoneGlobalsTest
Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
|
|
MMTEL/RCS
Remove the old config_ims_package device config and configure the
new MMTEL and RCS configurations in Telephony instead. Also,
configure the RcsService to be the default RCS service.
Bug: 111305845
Test: make checkbuild
Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
|
|
* This isn't needed anymore.
Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
|
|
Change-Id: Iafaa21f49c9ddb1fed21e83948d549f5a74dcfee
|
|
Include system_ext path for both hidl-wrapper and telephony-utils jar's
Change-Id: I7cdd93c71bd4a029971188cab60ed98e401be583
CRs-Fixed: 2637090
|
|
Move qti-telephony-common jar to system_ext partition.
Change-Id: Ib4c366b2c3ceeea59734902aa1825126e7fa402c
CRs-Fixed: 2608010
|
|
Change-Id: I5a9439eeed54f325a6bf2005a90ea06723d1356b
|
|
Change-Id: Ie1b95ed052c0209bf4c19a487cd20a87484c6e0f
|
|
Change-Id: I6819c2af9f0f6e0e3823b853277287fc5aa8d504
|
|
Change-Id: Ia1d79cc421e2f49ee30ffe15a438dfed412df251
|
|
The custom jar is dead for good in Android 11.
Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a
|
|
android.hardware.thermal@1.0::IThermal/default is deprecated in compatibility matrix at FCM Version 4; it should not be served.
Change-Id: Icc3c672a0bf6b9e4ee76ccf91e6cdca5fb778fde
|
|
* Target no longer exists
Change-Id: I2079d7dbbeb59bbe9cd925a56f6bcc84c8a38d7f
|
|
* This was removed from display HAL in 2015
Change-Id: I25f675260e8ab166001dd2e2601dc13021bcc15a
|
|
service definition
Change-Id: I1c57ad2e448a95230a4adfff8fba94ffb0cddead
|
|
Change-Id: I471c0d1fedb51eabc32b54ab35a9823db8efd034
|
|
Change-Id: I5983e0327a56c93c4cfc542258293249f6a59fa1
|
|
Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550
|
|
* Such is life with 4.4 kernels.
Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
|
|
BUG: 163800715
Signed-off-by: Weilun Du <wdu@google.com>
Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
|
|
xiaomi sdm660 does not use separate interface for a group, it will share main
p2p0 interface.
Bug: 141382930
Test: run P2P with xiaomi sdm660 as GO
Change-Id: I061ed0ac66f8ae75c84d7683f66d4baffd3a3112
|
|
Bug: 137602441
Test: CtsVerifier - Wi-Fi Direct
Change-Id: I215da71e96348b6bba19d4a3c6fd8c8048ff46d6
|
|
- It's loaded as app library, hence not needed to be a boot jar
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: I1b1357be08b511f5af7663dee256849e2f2b1b63
|
|
The framework was changed in Android R to require explicit authenticator registration.
This change allows apps to continue to use the fingerprint sensor.
Bug: 147445115
Test: Builds
Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
|
|
Change-Id: I777042d5ade15bfa02724880f4bab4931e5772f5
|
|
BOARD_SEPOLICY_DIRS is deprecated.
Change-Id: I046282b2a2e8c541726fb29cb0044503322d4be9
|
|
* We don't ship this blob and this rootdir entry gave an error
due to the hidl interface
Change-Id: I253494294870c653ef4e593e61007a35516ca059
|
|
Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
|
|
* libdpmframework depends on strndup16to8 and strdup8to16 methods.
Change-Id: I39d252b5830b752728a0c8607d32d8a279524ce1
Co-authored-by: Demon000 <demonsingur@gmail.com>
|
|
Change-Id: If1a7328804fb9bc39ccec70690f1090f2d0509b3
|
|
Change-Id: Ife370a74a7eec384b6732c63ce78408afef5d95c
|
|
* Needed for old blobs
Change-Id: I43fc0e46547dfc126a4b2ac9dcc82c7c4f2ee172
|
|
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
|
|
Bug: 148617260
Test: Device boots up and connects to wifi networks.
Change-Id: Iec27a6d947a232a42451ef095dc73d1a52327db5
|
|
These are replaced by formal mainline module overlays.
Bug: 143464763
Test: Send for Wifi regression tests
Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
|
|
Change-Id: I66a5fcb3b9e4645521f1fa258eb74f563cc816a8
|
|
Bug: 27192644
Change-Id: I1aa25190c07f027884421d91c1e93f214493382d
|
|
Change-Id: Iac714d2de9a4d225da6fc3463d3fb99a4bb714a7
|
|
Change-Id: Id9d8d9d2ed27dad2754abfa3887ee1a1ff97875a
|
|
Change-Id: I9b6154c38ad98f8f43bdb0cfc764e5531e1a129e
|
|
Also include only required bitness of the interfaces
Change-Id: I8ef9171cd5d53cfb5ddfaae49b56696940ae6442
|
|
* WIFI_DRIVER_OPERSTATE_PATH is no longer needed,
also it's not ported to 17.0.
Change-Id: Idfa7fb69428642300da2ddc6825774c9e692e648
|
|
These configs were introduced by CAF changes that haven't been no longer ported.
Change-Id: Ibe2db05befa015115952ec81b2064553fde9feb4
|
|
Bug: 27875275
Change-Id: Ibf5f749c0d3d421128237915542a52f941574ac9
|
|
Bug: 32607043
Test: Manual testing
Change-Id: I43d34efc6b7dbca08d430b0b68f06fa70c4925cc
|
|
Co-authored-by: Nauval Rizky <enuma.alrizky@gmail.com>
Co-authored-by: Fabian Leutenegger <fabian.leutenegger@bluewin.ch>
Change-Id: I1e74f8eafa51843e77d2d8c514c646a4494327cd
|
|
Change-Id: I14303556c66ea6bd3d111b5ce7e176711a676824
|
|
This brings SwitchBar widget inline with 10 and fixes the
theme issues when the dark mode is enabled.
Change-Id: I6909b77bc649eb9eb760bf01b46f66570363e9d9
|
|
* Will be replaced by a different commit
This reverts commit e3000073ee3ced9416f6b06cb09e220519e8a692.
Change-Id: I8de333c7953f020e033e23fc8b2594d28b3f1b9b
|
|
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
|
|
Test: Presubmits
Bug: 135753770
Change-Id: I98378100456dce927ccc253301a398d70d1b7368
|
|
Remove or update paths that don't exist.
Bug: 119800099
Test: boots
Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
|
|
Change-Id: Ib79cef0b15bede4270ae1c1a62e9cc6182bf4631
|
|
Change-Id: I71df37c605ed805dc1f8bc2e626a33cf6818e9f7
|
|
Change-Id: I00125a429cde213e8dd22f742c5875e39b80bb5e
|
|
ro.charger.enable_suspend
Test: charger mode
Bug: 124118169
Change-Id: I3825d08e38d677bd7154879609857de302348b6f
|
|
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>
|