- May 17, 2018
-
-
Nicolas Geoffray authored
-
Treehugger Robot authored
-
- May 16, 2018
-
-
Eric Schwarzenbach authored
Bug: 78791811 Test: compilation Change-Id: I48404342daaaf74d81386aa64cac99ae1a5dfa8b (cherry picked from commit ef44f95c)
-
Treehugger Robot authored
-
Colin Cross authored
Use LOCAL_USE_AAPT2 := false to disable AAPT2 for modules that use features that are not implemented in AAPT2. Fixes: frameworks/base/core/tests/coretests/apks/install_multi_package/AndroidManifest.xml:46: error: unexpected element <package> found in <manifest>. frameworks/base/core/tests/coretests/apks/install_multi_package/AndroidManifest.xml:82: error: unexpected element <package> found in <manifest>. frameworks/base/core/tests/coretests/apks/install_verifier_bad/AndroidManifest.xml:19: error: unexpected element <package-verifier> found in <manifest>. frameworks/base/core/tests/coretests/apks/install_verifier_good/AndroidManifest.xml:19: error: unexpected element <package-verifier> found in <manifest>. frameworks/base/packages/CtsShim/build/shim/AndroidManifest.xml:25: error: unexpected element <restrict-update> found in <manifest>. frameworks/base/tests/ActivityTests/AndroidManifest.xml:42: error: unexpected element <preferred> found in <manifest><application><activity>. out/target/common/obj/APPS/CtsShimPriv_intermediates/AndroidManifest.xml:25: error: unexpected element <restrict-update> found in <manifest>. frameworks/base/core/tests/coretests/AndroidManifest.xml:26: error: unexpected element <meta-data> found in <manifest><permission>. ... Bug: 79755007 Test: m FORCE_AAPT2=true java Change-Id: I393b697c521ab2a4fbc00b29a43aed6b4729b9a8
-
Nicolas Geoffray authored
To dynamically play with JIT thread priorities. bug: 79570024 Test: m Change-Id: I84c691fb57b37e699429b9f511b2e235259d718a
-
Pete Gillin authored
-
Nan Zhang authored
-
- May 15, 2018
-
-
Nan Zhang authored
Bug: b/78034256 Test: m clean && m checkapi Change-Id: Ifbda8825f95e26bb79aac9b1bb73c5e43f12d1fb Merged-In: Ifbda8825f95e26bb79aac9b1bb73c5e43f12d1fb
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Xiangyu/Malcolm Chen authored
-
Jordan Liu authored
-
Colin Cross authored
Fixes: frameworks/base/tests/LotsOfApps/AndroidManifest.xml:10: error: attribute 'android:name' in <activity> tag must be a valid Java class name. frameworks/base/tests/LotsOfApps/AndroidManifest.xml:17: error: attribute 'android:name' in <activity> tag must be a valid Java class name. frameworks/base/tests/LotsOfApps/AndroidManifest.xml:24: error: attribute 'android:name' in <activity> tag must be a valid Java class name. ... Bug: 79481102 Test: m java FORCE_AAPT2=true Change-Id: Ib00f277d251497942ad53f1ba1f8f5e12b2f7ba9
-
Jiyong Park authored
-
nharold authored
-
- May 14, 2018
-
-
Dan Willemsen authored
See build/soong/README.md for more information. Test: m libframeworks_coretests_jni Test: m FrameworkCoreTests_install Test: m libshim_jni Test: m CtsShimPrivUpgrade Test: m libfilterfw Test: m PMTest_Java_dual Test: m libdefcontainer_jni Test: m libperftestscore_jni Test: m libpmtest32 libpmtest64 Test: m libprintspooler_jni Test: m libsmartcamera_jni Test: m idmap Test: m libdrmframework_jni Test: m libdvr_loader com.google.vr.platform com.google.vr.platform.xml Test: m libfilterpack_imageproc libfilterpack_base Test: m libwebviewchromium_loader Test: m shared_mem_test Test: m test-touchlag Change-Id: I868561dd237fa28647896d59049ab9260373ada1
-
Malcolm Chen authored
DataService and NetworkService are System level classes. We shouldn't hide their constructors otherwise their System level sub-class can't be instantiated properly. Test: gts Bug: 77531655 Change-Id: I1a58b4857dbcf939ac124e20eb0a801ad5a9b597 Merged-In: I1a58b4857dbcf939ac124e20eb0a801ad5a9b597
-
Colin Cross authored
-
Colin Cross authored
-
Nathan Harold authored
Convert to using a constant in INetd to ensure that there is a consistent tunnel prefix between Java and native code. Bug: 74560705 Test: atest FramworksNetTest; atest CtsNetTestCases Change-Id: Ida233aac2e6c6b26567463964e0ebac9d52eff1e (cherry picked from commit 649df5e0)
-
Jordan Liu authored
ApnSetting#fromString has had 2 version bumps since the documentation was written. Users of the resource overlay can mix and match versions, so this documentation gives an example of a V5 format ApnSetting with a V3 one. Bug: 70172263 Test: manual; no behavior change Change-Id: I20ff199fb60304fbb7c2a8b837869bfd143eba16 Merged-In: I20ff199fb60304fbb7c2a8b837869bfd143eba16
-
Treehugger Robot authored
-
Pirama Arumuga Nainar authored
-
Nicolas Geoffray authored
-
Nicolas Geoffray authored
Monday edition. Manual as it looks the tables haven't been populated yet. bug:79630776 bug:79577968 bug:79604623 Test: m Change-Id: I569b827821ed5651afab409a66704ba61a572a7c Merged-in: I569b827821ed5651afab409a66704ba61a572a7c
-
David Brazdil authored
-
- May 12, 2018
-
-
Jiyong Park authored
java_sdk_library now does the apicheck by default. Not-yet-released version of API txt files for the nfc-extras library are added by running `m update-api' Bug: 77575606 Test: m -j Test: m -j checkapi Change-Id: I1a9141c71e085be8944943b4df7d3695237f7c69
-
- May 11, 2018
-
-
Pirama Arumuga Nainar authored
Bug: http://b/69933068 This is a partial revert of https://android-review.googlesource.com/c/platform/frameworks/base/+/109433 so we can use Clang for windows cross compilation. Clang does not allow a cast to 'signed size_t' and both Clang and current MinGW accept a ssize_t to the '%zd' format specifier. Test: m native-host, m native-host-cross with both MinGW and Clang Change-Id: I5366622b91be1433f6c533c55a9ae429b57c7a27
-
Treehugger Robot authored
-
Myles Watson authored
Bluetooth should turn on completely (without GATT) when the chip does not support Bluetooth Low Energy. Bug: 77495521 Test: Remove vendor/etc/permissions/android.hardware.bluetooth_le.xml Reboot Toggle Bluetooth Change-Id: I9314ee473b4a5a158196bab3037b1452247ba466
-
Treehugger Robot authored
-
Jordan Liu authored
-
David Brazdil authored
Dark greylist has so far been populated with the remaining class members of classes listed on the light greylist. This patch changes the rule to include all remaining classes and class members in the same package (sub-packages not included). Bug: 64382372 Test: make -j64 out/target/common/obj/PACKAGING/hiddenapi-dark-greylist.txt Change-Id: Icf3f60f1e776f092103c612fc3995ce0e66617ea Merged-In: Icf3f60f1e776f092103c612fc3995ce0e66617ea (cherry picked from commit 4c3c0312)
-
Treehugger Robot authored
-
Nicolas Geoffray authored
bug: 64382372 Test: m Change-Id: Ie0696a5eecf610165c4b9c339a789f76964a0623 Merged-in: I188a69ad05fffa69be79fec36b180fc9f76998fa
-
Colin Cross authored
Fixes: frameworks/base/media/tests/NativeMidiDemo/AndroidManifest.xml:11: error: unknown element <uses-feature> found. Bug: 79481102 Test: m java FORCE_AAPT2=true Change-Id: Ife9b7c9eb97adfd6525912776f16cb27b5d22677 Merged-In: I7bb02b8926d01090132ce873c785b5323a9fa5f8
-
Colin Cross authored
Fixes: frameworks/base/tests/ActivityTests/res/values/themes.xml:18: error: resource previously defined here. frameworks/base/tests/ActivityTests/res/values/themes.xml:21: error: duplicate value for resource 'style/SlowDialog' with config ''. Bug: 79481102 Test: m java FORCE_AAPT2=true Change-Id: I06b1552220b5acd8790d72555e36a0466c523b67
-
- May 10, 2018
-
-
Jordan Liu authored
-