- Sep 11, 2018
-
-
David Brazdil authored
This reverts commit 3cc74c71. We saw app crashes due stricter classification of non-SDK APIs. Bug: 115284625 Bug: 113881436 Test: phone boots Change-Id: I689d0fbf66fabeffa5032e13f2f1f314c50b6cc5
-
Treehugger Robot authored
-
Erik Kline authored
Test: as follows - built, flashed, booted - runtest frameworks-net passes - captive portal interaction works as expected in Private DNS strict mode Bug: 64133961 Bug: 72345192 Bug: 73872000 Bug: 78548486 Merged-In: Ia2ab2fb15e7898d99d30da20699e0bbd7a5a0964 Change-Id: I290811305fd89a4fb5633b47173aaec28e9ed4b5
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Sep 10, 2018
-
-
Andreas Gampe authored
-
Andreas Gampe authored
-
Andreas Gampe authored
Compile ForwardingOs fdsan-using functions. Follow-up to commit 5625660c. The function is relatively hot now, and importantly part of the 'abort' stack for fdsan issues. Test: m Change-Id: Iad9883b8fd85fc362bb3252739e3e3acc45373af
-
Andreas Gampe authored
Bug: 114091593 Test: m Change-Id: Ib0895188455a8340cefb7d0fd609012440b6473b
-
Luke Huang authored
-
Mathew Inwood authored
-
- Sep 09, 2018
-
-
Chienyuan authored
* disconnect: remove connected device check logic. BluetoothMapService will check it. * getConnectionStatus: remove connected device check logic. BluetoothMapService will check it. * Rewrite the annotation about this class. * Remove member variable V and related checks. * wrap if/else statement in curly brackets. Bug: 111812003 Test: manual - disconnect MAP from Settings UI Change-Id: I2469821f0ae2e3f384844326b30c7d3c4c88ab63
-
- Sep 08, 2018
-
-
Treehugger Robot authored
-
- Sep 07, 2018
-
-
Andreas Gampe authored
Compile IoUtils fdsan-using functions. Test: m Change-Id: If1f3d7fc57890309c15794cee5cd0f338cbd2bd8
-
Mathew Inwood authored
@UnsupportedAppUsage annotations support setting a maxTargetSdk property on the which results in the member being placed on the dark grey list, or in future on a P or Q blacklist. Bug: 114361293 Test: m Change-Id: I33be28f8afb034a030bdf5cf29d43ba72f50bfcd
-
Philip P. Moltmann authored
-
David Brazdil authored
-
David Brazdil authored
* changes: Ignore comment lines in hidden api lists Mark hidden API lists .KATI_RESTAT Check in P dark greylist, use it for hidden API list generation
-
Luke Huang authored
Remove code which is used to enable bandwidth controller. Netd default enable it. Test: The bindwith control start correctly on new devices. Change-Id: I9498d2175104b31a6d37ea3ba6937c91c560d0a2
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Sep 06, 2018
-
-
Philip P. Moltmann authored
The StubberImpl now takes an argument. Set it to default. Test: m -j TtsTests Change-Id: Id1175bd40489c7dee2c8c0993a65836d86e38cb3
-
Ryan Prichard authored
* changes: Camera: Documentation update to remove physicalIds Camera: Documentation updates for calibration and distortion correction
-
Treehugger Robot authored
-
Tobias Thierer authored
-
Tobias Thierer authored
CL [1] added a new compilation target that uses internal API that is now in the jdk.compiler module and is not exported (it is subject to removal without notice in future versions of OpenJDK). The fact that these packages are not exported suggests that a replacement API is already available, but I don't know the details. For now, this CL uses javac command-line flags to export these packages, which fixes compilation. Since the commit message from CL [1] implies that the entire tool can be removed once bug 77284273 is fixed, a longer-term solution should not be required. [1] https://android-review.googlesource.com/c/platform/frameworks/base/+/745655 commit bad89e5e Test: The following breaks before but not after this CL: EXPERIMENTAL_USE_OPENJDK9=true make unsupportedappusage-annotation-processor Bug: 113853502 Change-Id: I24b77af9262891428a01e2eccc18fa3a5c3b3bc9
-
David Brazdil authored
No need to create an extra field for a boolean flag. Move the recently added ApplicationInfo.usesNonSdkApi to one bit in privateFlags. This also solves an issue where the field was not propagated during copying of the data structure. Bug: 113315999 Test: phone boots Merged-In: I09f8f39454c013a84893ac304904a4412fc542bf Change-Id: I09f8f39454c013a84893ac304904a4412fc542bf (cherry picked from commit a5b4df2a)
-
David Brazdil authored
It is sometimes useful to add comments at the top of a source file. This patch changes hidden API list generation to ignore lines beginning with a hash. Note that due to the sorting constraints on hidden API lists, comments can be only at the top of the files. Test: m appcompat Change-Id: I1bc6fd44d1b1f10a5adc45093d7f7ed5a0c5a54f
-
David Brazdil authored
Change hidden API list generation build rule so that it checks if outputs have changed and only commit them when changes have been made. .KATI_RESTAT instructs ninja to restat the outputs and remove reverse dependencies when rebuilding dependencies is not needed. Bug: 113278235 Test: m appcompat Change-Id: Ic3ec82534a6d79b6a85f865a6e9eb5f0b3f12424
-
David Brazdil authored
We want to preserve the same semantics as P wrt dark greylist. This will eventually become the "blacklist for target SDK >= P". Bug: 113881436 Test: phone boots Change-Id: I3bb72102e1d054eb0f2cae089ab633a0bc2bb276
-
Treehugger Robot authored
-
Erik Kline authored
Currently the kernel sends 3 probes, 1000ms apart when a neighbor is in NUD_PROBE state (either naturally or artificially moved to that state when, for example, confirming network configuration following an AP association/roam). With this change the device sends 5 probes at 750ms apart. This gives the network infrastructure a chance to respond to any of 5 probes instead of any of only 3, at a cost of increasing the total probe time from 3s to 3.75s. Future changes may read these values from settings (or from somewhere else) so that experiments may be conducted or values adjusted based on other information. Test: as follows - built, flashed, booted - runtest frameworks-net passes - examinaton of /proc settings on wifi shows updated values - connected to a test network, disconnected the backhaul, ran "adb shell dumpsys wifi ipclient confirm" while watching "adb shell tcpdump -n -i wlan0 -l -vv arp", and observed 5 ARP who-has ("solicits") ~750ms apart. Bug: 62476366 Bug: 62845299 Change-Id: Ib805531b08624805bb63703a5b338b9ff48171d4
-
- Sep 05, 2018
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: Convert sysui to bp Cleanup trying to move to bp
-
Alison Cichowlas authored
Bug: 112587252 Bug: 114073652 Test: This is to fix the tests. Change-Id: I083db4e2eb4efd8d4a914f33ac259aa317e568de Merged-In: I083db4e2eb4efd8d4a914f33ac259aa317e568de (cherry picked from commit 5f5ad2e6) (cherry picked from commit 0757deaa)
-
Jason Monk authored
Test: tests gonna test, builds gonna build Change-Id: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264 Merged-In: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264 (cherry picked from commit a2f2d82f) (cherry picked from commit 1a8ee9d2) (cherry picked from commit 83ce30d8)
-
Jason Monk authored
- Remove some resources that don't appear to do anything - Don't assume resource ids are final, because they aren't when compiled as a library Test: build Change-Id: I498bc2612d3f47df5f567c18c29e1666431e971c Merged-In: I498bc2612d3f47df5f567c18c29e1666431e971c (cherry picked from commit 05dd5671) (cherry picked from commit a9b2fcad) (cherry picked from commit 4c9d66e5)
-
Treehugger Robot authored
-