- Nov 29, 2018
-
-
David Brazdil authored
Maintaining multiple text files has become too cumbersome as adding each new category of API requires changes across many projects. This patch changes generate_hiddenapi_lists.py to produce a single CSV file in the format: <api_signature>,<flag1>,...,<flagN> It can accept legacy API list files as input (for existing frameworks/base/config/hiddenapi-*.txt files) as well as per-package CSVs produced by class2greylist. Test: m, check lists have not changed Test: phone boots Test: tools/hiddenapi/generate_hiddenapi_lists_test.py Change-Id: Iebcef426ec93ea1d72b662bbff91d4e068fa0a70
-
Treehugger Robot authored
* changes: Prevent hiddenapi entries being added for libcore related projects Remove remaining libcore entries from light greylist
-
Paul Duffin authored
The libcore related projects (see below) have been (mostly) switched over to use UnsupportedAppUsage annotations, This change will prevent entries for those projects being added to a config/hiddenapi-* file. * libcore * external/bouncycastle * external/conscrypt * external/icu * external/okhttp * external/libphonenumber - still has a couple of entries in config/hiddenapi-light-greylist.txt due to limitations in UnsupportedAppUsage/class2greylist. Tested by attempting to upload the file with entries for libcore projects and without those entries and checking that the behavior is expected. Test: see above Bug: 117818301 Change-Id: I67a30b307e12e842b28cfb2160fab0029868fa06
-
Paul Duffin authored
Removes the libcore entries that have been added since the previous entries were removed. The entries are now specified using UnsupportedAppUsage annotations. This was tested by making and then manually checking that the generated out/target/common/obj/PACKAGING/hiddenapi-light-greylist.txt was the same (after sorting) before and after this change. Test: see above Bug: 117818301 Change-Id: Ie2ab636f61697664eced59969d12aa46103d96a1
-
Lucas Lin authored
-
Jakub Pawlowski authored
-
Jakub Pawlowski authored
Bug: 118805852 Test: compilation Change-Id: I537bec61cd3e7df700cc972683458f977ff370b8
-
lucaslin authored
updateTcpBufferSizes() only need tcp buffer size as its parameter. Also unify the logic to check default network outside the function. Bug: 120119769 Test: 1. Build pass. 2. runtest frameworks-net Change-Id: Iee9fec3efe7d5be5b590dd1c1f67ec5de636e613
-
John Reck authored
-
- Nov 28, 2018
-
-
Yifan Hong authored
-
John Reck authored
It's always true now Test: didn't Change-Id: Ibefde5feaeaec8fb68cbc6ea1c019bf8b5e608bb
-
Chen Xu authored
-
chen xu authored
Bug: 120071848 Test: Build Change-Id: Idbcd32f965edf98204ad7b7cbacdca4291bc5687
-
Pengquan Meng authored
-
Adrian Salido authored
-
vichang authored
-
Victor Chang authored
The warning was caused by 6ea0cb0d Test: m droid Change-Id: Icafd6b841778f3d1dd79b2f5f8b5b70e79c36621
-
Neil Fuller authored
-
vichang authored
-
Victor Chang authored
Bug: 117094880 Test: m Merged-In: Ib3b7d5f7ec539dac61962fe17b4f834cd9035227 Change-Id: Ib3b7d5f7ec539dac61962fe17b4f834cd9035227
-
Lucas Lin authored
-
Sudheer Shanka authored
-
lucaslin authored
In previous design, it will always assign newLp to nai in handleUpdateLinkProperties(). And Private dns configuration will be missing when the same LinkProperties are updated because the updated LinkProperties is not assigned back to NetworkAgentInfo. Bug: 118518971 Test: 1.Build pass. 2.runtest frameworks-net Change-Id: I405c8f29497fec438082a2cf30eb5c7b9497e1c4
-
Colin Cross authored
-
Chiachang Wang authored
-
Pengquan Meng authored
Bug: 111453000 Test: atest FrameworksTelephonyTests Merged-In: I390958aeed7182242d5623c10b6fd552ba35005a Change-Id: I390958aeed7182242d5623c10b6fd552ba35005a
-
Josh Hou authored
-
Adrian Salido authored
Make ball updates time based instead of based on number of onDraw calls. Also adding fps count to see how often frames are being updated, make the color of the ball based on fps. This helps notice when there are possible janks or change in refresh rate. Test: gradlew build and run manual test of TouchLatency app Change-Id: Ic2c2eb0fbd9fb31dddeee3228d6ab971a4f7f5e8
-
Treehugger Robot authored
Merge "Fix JE in RemoteFillService,Make sure onServiceConnected operation to be handled in same thread."
-
Ethon_Hu authored
Bug: 120040641 Test: Tested on Devices Change-Id: Ie977426e29b551af1d25e5e1a4f440b8cc2726ab Merged-In: Ie977426e29b551af1d25e5e1a4f440b8cc2726ab Signed-off-by:
Ethon_Hu <huyuxin3818@gmail.com>
-
Yifan Hong authored
Test: none Bug: 119809588 Change-Id: Idb11c29789cecc1f6056b1bd6b59bb8f1124c801
-
- Nov 27, 2018
-
-
Xiangyu/Malcolm Chen authored
-
Malcolm Chen authored
To better test CBRS, we want IRadio 1.3 to be Android P plus CBRS HAL interfaces, while 1.4 will be 1.3 plus all other Android Q interfaces. So we are moving everything currently defined in android.hardware.radio.V1_3 to android.hardware.radio.V1_4. Bug: 117805040 Test: build and telephony unittest Change-Id: I2c9bcf77ebfbda144bf184b43e196c1dd1ca466b Merged-In: I2c9bcf77ebfbda144bf184b43e196c1dd1ca466b
-
Xiangyu/Malcolm Chen authored
-
Xiangyu/Malcolm Chen authored
-
Treehugger Robot authored
-
John Reck authored
Correct permission tag format. Test: make Change-Id: I9db9ab609a924f786bb7031e6def86cbe2ac4c81 Merged-In: I9db9ab609a924f786bb7031e6def86cbe2ac4c81
-
Neil Fuller authored
Some time zone related libcore classes are moving from libcore.util to libcore.timezone. Bug: 119026403 Test: build only Change-Id: Ic807977a85276b888362295d1d305effe33076fc
-
Neil Fuller authored
-
Paul Duffin authored
-