Commit Graph

32617 Commits

Author SHA1 Message Date
Pablo Gamito
1bb3376354 Update flicker Region import to reflect package change
Change-Id: If3e83bbe1c08d473ca252c531d2e46fbde967a34
2022-01-06 18:03:08 +01:00
Treehugger Robot
4cc03020a5 Merge "Pack all boot images in a zip for certification" am: 9e8e85292b am: 03d1dc5c7e am: d50c0828e3 am: ba08bc42e9
Original change: https://android-review.googlesource.com/c/platform/development/+/1936022

Change-Id: I952ce7825726ae3e912db9f815bb8cfc2c24f0af
2022-01-05 04:42:37 +00:00
Treehugger Robot
ba08bc42e9 Merge "Pack all boot images in a zip for certification" am: 9e8e85292b am: 03d1dc5c7e am: d50c0828e3
Original change: https://android-review.googlesource.com/c/platform/development/+/1936022

Change-Id: I48feb697a1175d088185eaecaacceb5833aa825d
2022-01-05 04:24:13 +00:00
Treehugger Robot
d50c0828e3 Merge "Pack all boot images in a zip for certification" am: 9e8e85292b am: 03d1dc5c7e
Original change: https://android-review.googlesource.com/c/platform/development/+/1936022

Change-Id: Ib0896a8ab7d747e24f16f0e28e76fd706ae6253a
2022-01-05 04:13:04 +00:00
Treehugger Robot
03d1dc5c7e Merge "Pack all boot images in a zip for certification" am: 9e8e85292b
Original change: https://android-review.googlesource.com/c/platform/development/+/1936022

Change-Id: I745b01dfb5addf6556f13c1b8f5d1f42f3106779
2022-01-05 04:00:46 +00:00
Treehugger Robot
9e8e85292b Merge "Pack all boot images in a zip for certification" 2022-01-05 03:48:08 +00:00
Howard Chen
56bfe956a4 Pack all boot images in a zip for certification
The certification script accepts one single zip file as its input.

Bug: 198363484
Test: \
  make bootimage dist && \
  ./development/gsi/build_with_kernel/pack_boot_for_signing.sh
Change-Id: Ia0289979400ea23196449c34865540309bf1e19b
2022-01-05 10:02:22 +08:00
Hongwei Wang
b0e7eff1b5 Merge "Consolidate PiP demos in ApiDemos app" 2021-12-22 04:15:43 +00:00
Hongwei Wang
17aab38616 Consolidate PiP demos in ApiDemos app
Put various configurations for PiP into one Activity, access by navigate
to `App > Activity > Picture in Picture`. Current supports

- Enter PiP with on-screen button
- Enter PiP by swiping up to home or tap on home button
- Toggle the auto enter PiP flag on and off
- Toggle the source rect hint on and off
- Toggle the seamless resize flag on and off
- Change the position of current and next source rect hint
- Tablet layout on foldables

The upcoming content PiP will also be hosted here.

Added also support passing the intent extra, full command

```
adb shell am start \
    --ez auto_pip [true|false] \
    --ez source_rect_hint [true|false] \
    --ez seamless_resize [true|false] \
    --es current_position [start|end] \
    com.example.android.apis/.app.PictureInPicture
```

Bug: 175727044
Video: http://recall/-/aaaaaabFQoRHlzixHdtY/gdcklbUsT7SmbUhNcVSXfd
Test: manual, see Video
Change-Id: I60233f2d6e428d11d4ab1b566e36c38fd4c4f937
2021-12-21 13:48:31 -08:00
Treehugger Robot
d0cfa8d84d Merge "Remove gsi_util" am: fe9a8b11e7 am: 3680067a44 am: 447e37169f am: 952b1a3e3d
Original change: https://android-review.googlesource.com/c/platform/development/+/1930482

Change-Id: Ieb642214f5cc2e1f465780d456905a8d555622a1
2021-12-21 15:39:49 +00:00
Treehugger Robot
952b1a3e3d Merge "Remove gsi_util" am: fe9a8b11e7 am: 3680067a44 am: 447e37169f
Original change: https://android-review.googlesource.com/c/platform/development/+/1930482

Change-Id: I32442eff65bd3cadcde4713c1296d02a344075c3
2021-12-21 15:22:03 +00:00
Treehugger Robot
447e37169f Merge "Remove gsi_util" am: fe9a8b11e7 am: 3680067a44
Original change: https://android-review.googlesource.com/c/platform/development/+/1930482

Change-Id: I789c79b70f5455ece173b6e47d8ba76c1f91f504
2021-12-21 15:05:20 +00:00
Treehugger Robot
3680067a44 Merge "Remove gsi_util" am: fe9a8b11e7
Original change: https://android-review.googlesource.com/c/platform/development/+/1930482

Change-Id: Id85835640117626cac77b44951ede169b48d43a4
2021-12-21 14:45:00 +00:00
Treehugger Robot
fe9a8b11e7 Merge "Remove gsi_util" 2021-12-21 14:25:06 +00:00
Inseob Kim
54d873122b Remove gsi_util
It doesn't seem to be used nowadays.

Bug: 210536608
Test: presubmit
Change-Id: Ide57b8fb08f6c08302aa1202a59bd33bdc6b1c53
2021-12-21 15:54:38 +09:00
Yohei Yukawa
f2464f70f2 Set targetSdkVersion=31 to ThemedNavBarKeyboard
With this CL, ThemedNavBarKeyboard sameple IME will have an explicitly
set targetSdkVersion=31 so that it can be installed on older version
of Android OSes.

This CL also explicitly sets "android:exported", which has been
required in AndroidManifest.xml since API 31.

Fix: 211463997
Test: Manually verified as follows
 1. Flash SQ1A.211205.008 aosp_coral-userdebug into coral
 2. make -j ThemedNavBarKeyboard
 3. adb install -r $ANDROID_PRODUCT_OUT/system/app/ThemedNavBarKeyboard/ThemedNavBarKeyboard.apk
Change-Id: Idd88031a6b65cca58add8abe42794bc5f01b1973
2021-12-20 10:34:34 -08:00
Treehugger Robot
1ada019953 Merge "Update kernel prebuilts with local artifacts" am: dbdedb67d3 am: d958734a44 am: 33a757b665 am: 1af8a3f349
Original change: https://android-review.googlesource.com/c/platform/development/+/1919322

Change-Id: Ifa967f8487da6ce39be45a93665e7ae9a262206b
2021-12-16 11:40:52 +00:00
Treehugger Robot
1af8a3f349 Merge "Update kernel prebuilts with local artifacts" am: dbdedb67d3 am: d958734a44 am: 33a757b665
Original change: https://android-review.googlesource.com/c/platform/development/+/1919322

Change-Id: I2bef63f0978c23a70bb586f75237d489e5a12686
2021-12-16 11:22:03 +00:00
Treehugger Robot
33a757b665 Merge "Update kernel prebuilts with local artifacts" am: dbdedb67d3 am: d958734a44
Original change: https://android-review.googlesource.com/c/platform/development/+/1919322

Change-Id: Icdff5414db0b51dafabd96286ab8bda0b8e44458
2021-12-16 11:00:29 +00:00
Treehugger Robot
d958734a44 Merge "Update kernel prebuilts with local artifacts" am: dbdedb67d3
Original change: https://android-review.googlesource.com/c/platform/development/+/1919322

Change-Id: I2a1cc4888e3ca815080529ff7c2694aad66ab71d
2021-12-16 10:44:57 +00:00
Treehugger Robot
dbdedb67d3 Merge "Update kernel prebuilts with local artifacts" 2021-12-16 09:46:54 +00:00
Howard Chen
8187c23b38 Update kernel prebuilts with local artifacts
Bug: 198363484
Test: \
  development/gsi/build_with_kernel/fetch_kernel.sh && \
  development/gsi/build_with_kernel/repack_kernels.sh && \
  development/gsi/build_with_kernel/update_kernel_prebuilts_510_arm64.sh

Change-Id: I88e167be7aff70ff52abee875997d8e9a5c51e79
2021-12-16 08:34:14 +00:00
Raju Kulkarni
a48ca0aa22 Creating a version bump for releasing Build tools that are Universal Binaries
The diff for this CL might show version number
being updated from 32.0.0 rc1 to 32.1.0
But the current public version of Build tools is not 32.0.0 rc1.
This is just the state of the version number in master.
Public version released from sc-v2-dev actually  is not
the RC version but the final version 32.0.0

Bug: 209808897
Change-Id: I271bae601e475217f8043600de43a95ef25a9f80
Test: N/A
2021-12-15 23:47:05 +00:00
Joel Galenson
a3c081ee2e Merge changes from topic "rust-tests-and-mappings-refactor" am: 79b55eadb6 am: ebb900bb66 am: 5ab9b36eba am: 8c26ae566f
Original change: https://android-review.googlesource.com/c/platform/development/+/1918446

Change-Id: Ia2986f55ee31fc59d2928240955cb3cce5b09756
2021-12-15 18:10:02 +00:00
Joel Galenson
ccaa78e923 Use TEST_MAPPING imports for third-party crate tests. am: 4a08c64965 am: d028c9b4b1 am: ee68366e6e am: 2cd2a7c710
Original change: https://android-review.googlesource.com/c/platform/development/+/1858469

Change-Id: Icfde1032ad4e65612f1054c544cb631ac5927936
2021-12-15 18:08:02 +00:00
Joel Galenson
e02038b730 Merge "Stop generating separate rust_test_host." am: 376a19951b am: 26ae6eb466 am: 24a77c9883 am: 5be3d602ec
Original change: https://android-review.googlesource.com/c/platform/development/+/1861786

Change-Id: Id4f5f2c051f4bef89c4cdd9d5c3334485e91c88b
2021-12-15 18:06:45 +00:00
Joel Galenson
8c26ae566f Merge changes from topic "rust-tests-and-mappings-refactor" am: 79b55eadb6 am: ebb900bb66 am: 5ab9b36eba
Original change: https://android-review.googlesource.com/c/platform/development/+/1918446

Change-Id: I7d6a14e71eda4462a7de034f4538fe05ecc2854a
2021-12-15 17:30:26 +00:00
Joel Galenson
2cd2a7c710 Use TEST_MAPPING imports for third-party crate tests. am: 4a08c64965 am: d028c9b4b1 am: ee68366e6e
Original change: https://android-review.googlesource.com/c/platform/development/+/1858469

Change-Id: I2d6b39721d5ccfea754ea8f2650e5051608500a4
2021-12-15 17:28:25 +00:00
Joel Galenson
5be3d602ec Merge "Stop generating separate rust_test_host." am: 376a19951b am: 26ae6eb466 am: 24a77c9883
Original change: https://android-review.googlesource.com/c/platform/development/+/1861786

Change-Id: I1b38bacc4647a6d77f247cafb9227d77a3f7e0e9
2021-12-15 17:27:12 +00:00
Joel Galenson
5ab9b36eba Merge changes from topic "rust-tests-and-mappings-refactor" am: 79b55eadb6 am: ebb900bb66
Original change: https://android-review.googlesource.com/c/platform/development/+/1918446

Change-Id: If85737e11e49d3f4c710487fb78b05e5ecf9205b
2021-12-15 16:47:05 +00:00
Joel Galenson
ee68366e6e Use TEST_MAPPING imports for third-party crate tests. am: 4a08c64965 am: d028c9b4b1
Original change: https://android-review.googlesource.com/c/platform/development/+/1858469

Change-Id: Ia225fefbc62c48225417d5926b3a5a7c7db41870
2021-12-15 16:44:42 +00:00
Joel Galenson
24a77c9883 Merge "Stop generating separate rust_test_host." am: 376a19951b am: 26ae6eb466
Original change: https://android-review.googlesource.com/c/platform/development/+/1861786

Change-Id: Id81add59db8dbcfed068e96f74bf550f6ba78fc2
2021-12-15 16:43:08 +00:00
Joel Galenson
ebb900bb66 Merge changes from topic "rust-tests-and-mappings-refactor" am: 79b55eadb6
Original change: https://android-review.googlesource.com/c/platform/development/+/1918446

Change-Id: Idf1cd131c88b00e4e17403cfac87a0f4165eac5c
2021-12-15 16:05:18 +00:00
Joel Galenson
d028c9b4b1 Use TEST_MAPPING imports for third-party crate tests. am: 4a08c64965
Original change: https://android-review.googlesource.com/c/platform/development/+/1858469

Change-Id: I38b23d157f65194049c37e393d299f5f216792b2
2021-12-15 16:03:17 +00:00
Joel Galenson
26ae6eb466 Merge "Stop generating separate rust_test_host." am: 376a19951b
Original change: https://android-review.googlesource.com/c/platform/development/+/1861786

Change-Id: Ie09dfdafd6002d1e207e5b9dc787f56ed6fa6089
2021-12-15 16:02:03 +00:00
Joel Galenson
79b55eadb6 Merge changes from topic "rust-tests-and-mappings-refactor"
* changes:
  cargo2android: Add tests to both test groups
  Use TEST_MAPPING imports for third-party crate tests.
2021-12-15 15:27:59 +00:00
Joel Galenson
376a19951b Merge "Stop generating separate rust_test_host." 2021-12-15 15:27:59 +00:00
Xin Li
c8fe824cd4 [automerger skipped] Merge "Merge Android 12 QPR1" am: b635a149bb -s ours am: 3716cc361f -s ours am: 983fcd2dc1 -s ours am: b7650fa72f -s ours
am skip reason: Merged-In I7a7c71438880823616a1e696dde71fbfc25a9375 with SHA-1 c5f7a68758 is already in history

Original change: https://android-review.googlesource.com/c/platform/development/+/1921885

Change-Id: I052c52f5ec1e805155ff316c79e96ea470110af3
2021-12-14 22:19:32 +00:00
Xin Li
b7650fa72f [automerger skipped] Merge "Merge Android 12 QPR1" am: b635a149bb -s ours am: 3716cc361f -s ours am: 983fcd2dc1 -s ours
am skip reason: Merged-In I7a7c71438880823616a1e696dde71fbfc25a9375 with SHA-1 c5f7a68758 is already in history

Original change: https://android-review.googlesource.com/c/platform/development/+/1921885

Change-Id: Idabedba2545b5c56bb63adf4e84e7ae079cb8e63
2021-12-14 21:51:11 +00:00
Xin Li
983fcd2dc1 [automerger skipped] Merge "Merge Android 12 QPR1" am: b635a149bb -s ours am: 3716cc361f -s ours
am skip reason: Merged-In I7a7c71438880823616a1e696dde71fbfc25a9375 with SHA-1 c5f7a68758 is already in history

Original change: https://android-review.googlesource.com/c/platform/development/+/1921885

Change-Id: I88942fdeea21cacde4ab3f6658e95786f3b3a815
2021-12-14 21:24:21 +00:00
Xin Li
3716cc361f [automerger skipped] Merge "Merge Android 12 QPR1" am: b635a149bb -s ours
am skip reason: Merged-In I7a7c71438880823616a1e696dde71fbfc25a9375 with SHA-1 c5f7a68758 is already in history

Original change: https://android-review.googlesource.com/c/platform/development/+/1921885

Change-Id: Ief2d42de3cf3f1d8a164c1ff196332c7d56bd83a
2021-12-14 21:00:26 +00:00
Xin Li
b635a149bb Merge "Merge Android 12 QPR1" 2021-12-14 20:26:09 +00:00
Xin Li
e40bbcbe78 Merge Android 12 QPR1
Bug: 210511427
Merged-In: I7a7c71438880823616a1e696dde71fbfc25a9375
Change-Id: Ib482ee7806ffe5187ff7d10ba96d83112dcf40bf
2021-12-14 08:38:56 -08:00
Treehugger Robot
7f8833f698 Merge "Remove checked in mkstubs .idea directory" am: 66e859ab9b am: 607fb95dd7 am: 6669d4a4dd am: 85be9d5466
Original change: https://android-review.googlesource.com/c/platform/development/+/1921070

Change-Id: Ic26f06b46de5b8782a2776e7b744ad829b8727ba
2021-12-14 06:48:23 +00:00
Treehugger Robot
85be9d5466 Merge "Remove checked in mkstubs .idea directory" am: 66e859ab9b am: 607fb95dd7 am: 6669d4a4dd
Original change: https://android-review.googlesource.com/c/platform/development/+/1921070

Change-Id: If80eaee23851301a7f64faa0b879090671fffb25
2021-12-14 06:32:15 +00:00
Treehugger Robot
6669d4a4dd Merge "Remove checked in mkstubs .idea directory" am: 66e859ab9b am: 607fb95dd7
Original change: https://android-review.googlesource.com/c/platform/development/+/1921070

Change-Id: I5a2710decaafeaf4da9d114de9cfa28df80916a9
2021-12-14 06:17:15 +00:00
Treehugger Robot
607fb95dd7 Merge "Remove checked in mkstubs .idea directory" am: 66e859ab9b
Original change: https://android-review.googlesource.com/c/platform/development/+/1921070

Change-Id: I514d05b6f399fc31aeb9c5d814fcadff61acdfca
2021-12-14 05:59:32 +00:00
Treehugger Robot
66e859ab9b Merge "Remove checked in mkstubs .idea directory" 2021-12-14 05:36:52 +00:00
Colin Cross
f6d57ace26 Remove checked in mkstubs .idea directory
Bug: 210509169
Test: treehugger
Change-Id: Ia8cdae9a518abf4107928075447498edfe20d5c4
2021-12-13 20:14:31 -08:00
Matthew Maurer
24758f89e2 cargo2android: Add tests to both test groups
"presubmit" will continue to handle x86_64 virtual device and host tests
"presubmit-rust" will run the test on a pool of physical arm64 devices

Bug: 204332926
Test: regenerated a few TEST_MAPPING files
Change-Id: Idd5cad5107a96031f67305b63875034b2e5a5c60
2021-12-10 20:43:21 +00:00