- Dec 30, 2018
-
-
Han Wang authored
Change-Id: If846cc590060025202fa336af4420747f6b01238
-
Wang Han authored
This addresses an underlying problem since /dev/hw_random is used. The issue is that EntropyMixer, which runs in system_server, needs to read from /dev/hw_random, but thanks to our qualcomm ueventd, EntropyMixer can never accress this node, resulting in warnings like this: W EntropyMixer: Failed to add HW RNG output to entropy pool W EntropyMixer: java.io.FileNotFoundException: /dev/hw_random (Permission denied) AOSP ueventd handles this well, so just remove this line to get things back to stage. This issue was never exposed because Google derps the logging here, which is already fixed on Pie. https://android.googlesource.com/platform/frameworks/base/+/c78a463e875d91eae2cf256042fd99d130217c38 Change-Id: I42c9aaa8f57306536e51c0a17febad57a5a77581
-
Isaac Chen authored
Setting TARGET_2ND_ARCH_VARIANT to armv8-a, instead of armv7-a-neon, can silence the related warning during build. Bug: 68012286 Change-Id: I18ae3aa985fd6bff11f043a155f3685d9f6644b8
-
Artem Borisov authored
Change-Id: I8432cec37860864bd78591403f338fd029357b39
-
Bruno Martins authored
Change-Id: Id6d617ead095ef4a0d37e0d8ee1996cd7f0b10bc
-
Artem Borisov authored
LA.UM.7.6.2.r1-03600-89xx.0 Change-Id: I252595bd99b337f9b5cf0353bb0abc7bcce6f203
-
LuK1337 authored
* From: OnePlus/OnePlus6/OnePlus6:9/PKQ1.180716.001/1809071801:user/release-keys Change-Id: If0f4628104564020c47087599c5d64ee974d1b05
-
LuK1337 authored
* With QTI bluetooth it's no longer needed. Change-Id: Iba4b0b6ba24fe1b85e7175291ed84769615ffadd
-
Bruno Martins authored
* Otherwise, it resulted in Doze service not being activated when enabling one of the features for the first time after a clean installation. Change-Id: I625d9109fb85c970f0e59b1cbcabba7d4375d2f3
-
Bruno Martins authored
Change-Id: I74901339740b82b79f36754c7e52894a98020c3d
-
Michael Bestas authored
Change-Id: Ica5c6f480d1ee84325a113d4149a815d39d8a84c
-
Roshan Pius authored
Bug: 36646171 Test: Manual softap toggle Change-Id: Ia7ef8bf3da8adc3491c4dac4096e4297cbd5bf5b
-
Hung-ying Tyan authored
Bug: 69691076 Test: Built and tested on walleye Change-Id: I16f06827ef83711c9e29698540ffcec658081fda
-
TheScarastic authored
Change-Id: If18531420c34ee3511e4a783e8277de36e323c58
-
Bruno Martins authored
Change-Id: Id76e6c31a6b9a203f7b2789edf724ac091afe4ab
-
Yifan Hong authored
because it serves radio.deprecated. Fixes: 75321688 Test: vts_treble_vintf_test Change-Id: I79b03129414140fdc773797adca57135a048397c
-
Anton Hansson authored
This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: Ic906adbd670c4dbfe2cdf0b71cdbeaf9ac08a27e
-
Etan Cohen authored
New HAL APIs are planned. This requires a HAL uprev. Bug: 65647646 Test: builds and Wi-Fi runs Change-Id: Ib7efd3d5263e73d1ad40e1a5a687bdb6c133c812
-
Roshan Pius authored
Bug: 65673412 Test: Device boots up and connects to wifi networks. Change-Id: I2e51291b30fd242edbeae2c69ef9545383895bb3
-
TheScarastic authored
Change-Id: Ieeb75273183888051624050d952b5daab25e74a3
-
TheScarastic authored
Change-Id: Iec1ad65d75fdc48bf135fe71e345d6519c0e8828
-
Mathieu Chartier authored
The files in arm/arm64 are symlinks and pinning symlinks is not supported. Pin the target vdex file intead. Bug: 73990433 Test: manual Change-Id: I1edadcc3be6d88cc07c599cba024babc5abe0633
-
TheScarastic authored
Change-Id: I186ba6c286900ae68fca1ac24dc400db21b416bb
-
Jeff Vander Stoep authored
Treble compliance. Bug: 70228425 Bug: 70393317 Test: complete wifi test in b/70393317 Test: Test wifi on Taimen and Sailfish Test: verify sockets exist in /data/vendor/wifi/wpa/sockets Change-Id: I0bfc3a351419f0a03498e79664949f353369bf1b
-
Roshan Pius authored
Bug: 72394251 Test: Able to start supplicant from framework using ISupplicant.getService() Change-Id: I19b8434e7241b9028e7dc86316ec9d5512affcca
-
Ecco Park authored
ag/3332074 broke the Pixel Logger funtionality for wifi. The Logger needs the write permission for /data/vendor/wifi/cnss_diag. so, parent directory needs to set the execute permission for other group. Test: manual test with Pixel Logger Bug: 70228425 Change-Id: I75819f0b0bf4ed376d5d87f33af2e1693c864db8 Signed-off-by:
Ecco Park <eccopark@google.com>
-
Roshan Pius authored
Framework will now add interface to supplicant (via HIDL) when it needs to control an interface, so don't specify them in the startup params. Bug: 69426063 Test: Device boots up and able to connect to wifi. Change-Id: I817d28093f8b982e3806c212babd888c0f5eb7c0
-
Jeff Vander Stoep authored
Wpa_supplicant's random pool is not necessary on Android. Randomness is already provided by the entropymixer service which ensures sufficient entropy is maintained across reboots. Commit b410eb1913 'Initialize /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before either wpa_supplicant or hostapd are run. Bug: 34980020 Test: Use wifi and wifi tethering on Taimen Change-Id: Ib5caf362bc939911b357db186a274957d3fbf186
-
- Jul 23, 2018
-
-
Paul Keith authored
* In O, the default setting for mobile data always active was changed from off to on, meaning that when non-WiFi tethering is being attempted, more than one connection can be active * Since the first active connection type in this overlay is used, reorder the values to get WiFi connections first, and then any type of mobile data connection, instead of vice versa Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
-
LuK1337 authored
* send_mic_mute_to_AudioManager hasn't been doing anything since Android 4.4, therefore there's no reason to keep it. Change-Id: I74ed33265fccd59def5c2f9e67a9e8a28ce4dbc9
-
LuK1337 authored
* This overlay does not exist since we are no longer based on CAF. Change-Id: Ibbc522f9ab1597d7e039eb7458cf4bb3924b7176
-
Danny Baumann authored
Change-Id: I3428fa6e47318b195a8dc46731e0aabc14a9a8e7
-
TheScarastic authored
* Tissot - OPM1.171019.019 Change-Id: Ifaed11b057ed2308f0c5e960f7ba160913c98b88
-
TheScarastic authored
Change-Id: I4ccdc508f8f8ff095e14418c70bf3a2b0d1ad082
-
TheScarastic authored
* LA.UM.6.6.r1-06700-89xx.0 Change-Id: I727a001ac1c070d591db3842ae8c2fd0e9e79b14
-
- Jul 16, 2018
-
-
TheScarastic authored
* LA.UM.6.6.r1-06700-89xx.0 Change-Id: I603213288e3519dc33596e63354b5a53eb88f0f5
-
TheScarastic authored
* LA.UM.6.6.r1-06700-89xx.0 Change-Id: Ia81ae03011aff768cf17fe46c5a09132ebb3b1a8
-
Bruno Martins authored
Change-Id: I9035b449cea6d78927a459dc247075b3d4512e46
-
LuK1337 authored
Change-Id: Iccab8c8620c7ff680768aac2d9cbf5b5067af8d7
-
Wei Wang authored
Set TARGET_USES_MKE2FS := true to use new EXT4 tool chain Bug: 62421233 Change-Id: Id6e5c68b2d7854e5330ad87443b974361a4bff9d
-