- May 17, 2018
-
-
Remi NGUYEN VAN authored
The last change is using getActiveNetwork to run the queries, which results in an NPE if there is no network on the device. Using network 0 causes no socket tagging and allows queries to the local test SNTP server to go through as previously. Also migrating to JUnit4 and moving mServer and mClient initializers to setUp(). Test: SntpClientTest now passes Change-Id: Ieb0a5d247129bcad89c1add0e9c1c504f516e2a9
-
- May 16, 2018
-
-
Kurt Marcinkiewicz authored
Permits syncing over a specific network instead of the default for the process. This was causing an issue with Android Wear devices paired with iOS where the default network is bluetooth (see b/32663274). This CL is in support of ag/3776564 Bug: 32663274 Test: adb shell am instrument -e class android.net.SntpClientTest -w \ com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner (cherry-pick of pi-dev Ic9fc169cf75457810d4992121d85d7642e350b90) Merged-In: I339c77063c72a9d76a5c4cb17052e20fb6e045a6 Merged-In: I8dfd1cad99c63efdc14c174c19f094a61cdfc44f Change-Id: I44df66688292b144ec7dfcdd9ae5d82489f82774
-
- May 07, 2018
-
-
android-build-prod (mdb) authored
-
android-build-prod (mdb) authored
-
Aurimas Liutikas authored
Test: make -j SettingsLibTests Change-Id: I38fbd6af7eb5707d76fb930b4d685e30b26f45de Merged-In: I38fbd6af7eb5707d76fb930b4d685e30b26f45de (cherry picked from commit 41df109a)
-
Colin Cross authored
* changes: convert Uibench test to aapt2 Migrate PrintSpooler to aapt2. Migrate to AAPT2
-
- May 05, 2018
-
-
android-build-prod (mdb) authored
-
Dan Willemsen authored
See build/soong/README.md for more information. Test: cd frameworks/base/cmds/backup mma Change-Id: I88a45ae568f80228c70f3e4a4a1facaff9520587
-
- May 04, 2018
-
-
android-build-prod (mdb) authored
-
Andreas Gampe authored
-
Jack Yu authored
-
- May 03, 2018
-
-
Kirill Grouchnikov authored
Bug: NA Test: build Change-Id: Ibe70c6c15d8f72d40b1d6c2c43872d02a0bdb872 Merged-In: Ibe70c6c15d8f72d40b1d6c2c43872d02a0bdb872 (cherry picked from commit bffef1f0)
-
Aurimas Liutikas authored
Test: make -j PrintSpooler Change-Id: Iad4d4d477792f13fb92e3ee7f4f5fa781f3298c4 Merged-In: Iad4d4d477792f13fb92e3ee7f4f5fa781f3298c4 (cherry picked from commit 87f7ce4b)
-
Alan Viverette authored
Bug: 73128633 Test: make checkbuild Change-Id: I4b6b73299d1cae61994c34ebb77ca587c5ee64ff Merged-In: I4b6b73299d1cae61994c34ebb77ca587c5ee64ff (cherry picked from commit e3264ba6)
-
Andreas Gampe authored
The explicit option is no longer supported. Bug: 77288304 Test: m Test: device boots Test: ANR dumps work Change-Id: I1ffcf0593e1f6591d1b33882edf79381e59c2121
-
android-build-prod (mdb) authored
-
Stanley Tng authored
Correct "paramter" to "parameter". Correct "connectoin" to connection. Bug: 79198797 Test: Compile Change-Id: I98646eec66da2aaa6f74ae2db35ea914c6a105a1
-
android-build-prod (mdb) authored
-
David Brazdil authored
* changes: Remove hiddenapi-blacklist.txt Update hiddenapi-p-light-greylist.txt Add rule to build hidden API blacklist
-
David Brazdil authored
Create an empty file in the build rule instead. Do not merged this beyond AOSP. We have an implicitly built blacklist everywhere else. Bug: 64382372 Test: make Change-Id: I4e13e5daf635934a152d389a95bf45c482b5a87f Merged-In: Ifa912f8751025b7de24a982a1a227a9c27d18267
-
Erik Kline authored
-
David Brazdil authored
Test: N/A Change-Id: I68582cf087b2e92f10b86c7c5a8bcd095e80ffab
-
David Brazdil authored
Add a new Makefile rule 'hiddenapi-b-blacklist' which takes the manually published hiddenapi-p-light-greylist.txt and subtracts it from private-dex.txt built for the current branch. This is meant to provide an approximation of the blacklist in internal branches. Bug: 64382372 Test: make hiddenapi-aosp-blacklist Change-Id: I528a70cc6a71e988b53d94ca7ef81d6c181e5153
-
Erik Kline authored
Support keeping IpClient logs around and dumping them during dumpsys. Previously we got this benefit for wifi by virtue of WifiStateMachine's long-lived nature. Now that this is changing we need to be sure we have logs, and this method gets us Ethernet logs as well. Bug: 62476366 Bug: 77999594 Test: as follows - built - flashed - booted - runtest frameworks-net passes - dumpsys connmetrics [ipclient] works Merged-In: Ib4daf0902cae91acadbe9965de1fb73c96a47bec Merged-In: Ie947394fabcaca7fc1d067f095c2442ee2704593 Change-Id: I1136a83de8097fdb4130debe1eaf689be7132fe5 (cherry picked from commit 3f8306b8)
-
- May 02, 2018
-
-
android-build-prod (mdb) authored
-
Vitor Albuquerque authored
Calling UID is now checked in setBluetoothScoOn and only allow route to change if request comes from a system component. The check was not taking into account secondary users, hence causing failure to route audio to SCO when secondary users were active. This change makes sure we are checking the correct app id, without taking into account the user id. Bug: 74057977 Test: SCO call using Guest User Change-Id: I3e26dedb6333a85b315073fe4830c4d1b8070742
-
wangmingming1 authored
Test: Manual 1. setup a work profile 2. set a uninstall restriction on foo app for the work profile by calling set DevicePolicyManager.setUninstallBlocked() 3. observe adb uninstallation can return with 'DELETE_FAILED_OWNER_BLOCKED' message without blocking forever by using the following command line: `adb uninstall --user user-id-of-work-profile com.foo` Test: Manual 1. install lots of apks via adb 2. uninstall apks via adb Change-Id: I68706782ae547250433e3dd8ff285d4932473033 Merged-In: If89978c5a79ef998bde55c254ced4b6a3ff6e645 Signed-off-by:
wangmingming1 <wangmingming1@xiaomi.com>
-
Anton Hansson authored
-
David Brazdil authored
-
David Brazdil authored
P branch builds hidden API lists in a separate invocation of droiddoc which includes @SystemApi and @TestApi annotated class members in the public API. This patch creates the same build rule in the master branch, only with Soong instead of Makefile. Test: make out/soong/.intermediates/frameworks/base/hiddenapi-lists/android_common/private-dex.txt Merged-In: Ifa912f8751025b7de24a982a1a227a9c27d18267 Change-Id: I80860c2b9f7213db65d0a9ca65bd645187aa0ce0
-
David Brazdil authored
-
android-build-prod (mdb) authored
* changes: Remove the unused file parsing function Use eBPF map data for per iface stats
-
- May 01, 2018
-
-
Chenbo Feng authored
With the new xt_bpf support for iface stats. We no longer need to parse the per interface stats from /proc/net/dev. And since the old xt_qtaguid code path also not depend on it, we can completly remove that helper function since no caller is depending on it now. Bug: 72111305 Test: runtest frameworks-net -c com.android.internal.net.NetworkStatsFactoryTest Change-Id: Icb7eaeef0eeb9fdffd32a90316c76ee05bafffbe
-
Chenbo Feng authored
After adding the xt_bpf module and ifaceStatsMap, eBPF tool can now support reading per interface data. So networkStatsFactory should move away from parsing proc/net/dev and use the eBPF map stats instead. Bug: 72111305 Test: atest com.android.server.net.NetworkStatsServiceTest Change-Id: Ibcc6150d00835b3bd33af22a72e4a86e172581cf
-
Andreas Gampe authored
Only print the message of the cache wasn't pruned. Bug: 26978865 Test: manual Change-Id: I564ecddf6c8fafcc9699ec6bfbd622214edf79c8
-
Anton Hansson authored
These files are moving. Update the paths so that the old files can be deleted. Bug: 77525052 Test: ./build for one of these scripts Change-Id: Iacca1f1930d6a2614866f6503a2b4c1eba4d4018
-
Chalard Jean authored
-
android-build-prod (mdb) authored
* changes: com.android.nfc_extras is built with java_sdk_library Fix link-type check warning on com.android.nfc_extras
-
- Apr 30, 2018
-
-
android-build-prod (mdb) authored
-