Commit Graph

32507 Commits

Author SHA1 Message Date
Isaac Chen
2f5a3f26e3 Merge "Build targets for checking GKI KMI compatibility" am: 3e7e4f8816 am: bb8b18a206 am: a02effa270 am: 1c5df9865e
Original change: https://android-review.googlesource.com/c/platform/development/+/1890319

Change-Id: I9def7afb778c3e4ae358a63afb6fbddf73afc5d5
2021-11-23 08:28:40 +00:00
Isaac Chen
1c5df9865e Merge "Build targets for checking GKI KMI compatibility" am: 3e7e4f8816 am: bb8b18a206 am: a02effa270
Original change: https://android-review.googlesource.com/c/platform/development/+/1890319

Change-Id: I4f98f03db07a91ab2eded8f4fbb885cd13ce6ff2
2021-11-23 08:13:00 +00:00
Isaac Chen
a02effa270 Merge "Build targets for checking GKI KMI compatibility" am: 3e7e4f8816 am: bb8b18a206
Original change: https://android-review.googlesource.com/c/platform/development/+/1890319

Change-Id: I5f81348b186f38f0eef715066d177ffbe48093e2
2021-11-23 07:57:44 +00:00
Isaac Chen
bb8b18a206 Merge "Build targets for checking GKI KMI compatibility" am: 3e7e4f8816
Original change: https://android-review.googlesource.com/c/platform/development/+/1890319

Change-Id: I1c99b1897a0b0a6c83fa08d0c5aa7fe0765abbe3
2021-11-23 07:38:58 +00:00
Isaac Chen
3e7e4f8816 Merge "Build targets for checking GKI KMI compatibility" 2021-11-23 07:15:22 +00:00
Joel Galenson
0e14d8b8ef Merge "Enable LTO in cargo2android.py." am: 2ed385fe16 am: e96541ec71 am: f0bbaa297b am: 2962348bd5
Original change: https://android-review.googlesource.com/c/platform/development/+/1900150

Change-Id: Ie5fab91e103cf0d8c962367347bab0697a5ca52f
2021-11-23 02:11:49 +00:00
Joel Galenson
2962348bd5 Merge "Enable LTO in cargo2android.py." am: 2ed385fe16 am: e96541ec71 am: f0bbaa297b
Original change: https://android-review.googlesource.com/c/platform/development/+/1900150

Change-Id: I76a7b027de3d42457555699c21962012b56da679
2021-11-23 01:52:43 +00:00
Joel Galenson
f0bbaa297b Merge "Enable LTO in cargo2android.py." am: 2ed385fe16 am: e96541ec71
Original change: https://android-review.googlesource.com/c/platform/development/+/1900150

Change-Id: Icffdf9d23de7b01bbc257d014be427289143cca0
2021-11-23 01:36:42 +00:00
Joel Galenson
e96541ec71 Merge "Enable LTO in cargo2android.py." am: 2ed385fe16
Original change: https://android-review.googlesource.com/c/platform/development/+/1900150

Change-Id: Ifaba0a06dd12a49cef75bf1b5ddac2e6f52c864b
2021-11-23 01:12:55 +00:00
Joel Galenson
2ed385fe16 Merge "Enable LTO in cargo2android.py." 2021-11-23 00:51:53 +00:00
Treehugger Robot
090bb69f5e Merge "Add license_kinds to VNDK snapshot modules" am: 194afe85d5 am: 0a7ff6a6b9 am: a078b426d7 am: 8d930711a3
Original change: https://android-review.googlesource.com/c/platform/development/+/1895253

Change-Id: I435839f1435e055fa838222f2b7a6f6902ece9d9
2021-11-23 00:48:30 +00:00
Treehugger Robot
8d930711a3 Merge "Add license_kinds to VNDK snapshot modules" am: 194afe85d5 am: 0a7ff6a6b9 am: a078b426d7
Original change: https://android-review.googlesource.com/c/platform/development/+/1895253

Change-Id: I844116c172c090fc9584a225953d51f45e9765c0
2021-11-23 00:35:10 +00:00
Treehugger Robot
a078b426d7 Merge "Add license_kinds to VNDK snapshot modules" am: 194afe85d5 am: 0a7ff6a6b9
Original change: https://android-review.googlesource.com/c/platform/development/+/1895253

Change-Id: I270676f5274ad7da8df2a5d3b48022a1d938b895
2021-11-23 00:18:30 +00:00
Treehugger Robot
0a7ff6a6b9 Merge "Add license_kinds to VNDK snapshot modules" am: 194afe85d5
Original change: https://android-review.googlesource.com/c/platform/development/+/1895253

Change-Id: Ief0b9f77d1f50c25f161b6dd22ab166afc469cbb
2021-11-23 00:03:31 +00:00
Treehugger Robot
194afe85d5 Merge "Add license_kinds to VNDK snapshot modules" 2021-11-22 23:49:07 +00:00
Joel Galenson
4f4ac2f8f3 Enable LTO in cargo2android.py.
The latest compiler roll also enabled LTO.  This broke
cargo2android.py, as the test prebuit uses LTO and so cannot be linked
with code built without.  We fix this by enabling it in
cargo2android.py (and ensuring it doesn't add the flag into
Android.bp).

Test: Run
Change-Id: I6c6a813ff58a9e5064752aa59b78247c4af77a26
2021-11-22 15:22:45 -08:00
Isaac Chen
a0914f1db4 Build targets for checking GKI KMI compatibility
Current/latest kernel symbol information files default to:
- kernel/prebuilts/5.4/arm64/Module.symvers (for GKI 5.4)
- kernel/prebuilts/5.10/arm64/vmlinux.symvers (for GKI 5.10)

All kernel symbol information files in this CL are manually copied
from AB of corresponding kernel branches.

The history kernel symbol information files in this CL are
sym-5.*/ directories. The ones without build ID suffix are
symbolic links to the latest ones and can be used for
testing the build test of this CL (see Test below).

After *.symvers diles are released to kernel/prebuilts/5.*/arm64
directories on the Android branch, they will be used as the
current/latest kernel symbol files by default.

3 moudules are created in this CL:
  gki_5_4_kmi_compatibility_test (for arm64 GKI 5.4)
  gki_5_10_kmi_compatibility_test (for arm64 GKI 5.10)
  gki_kmi_compatibility_test (for both arm64 GKI 5.4 & 5.10)

Bug: 206064990
Test: $ m gki_kmi_compatibility_test
Change-Id: I2e966070a392cfd6284676c7598138b5cad4717b
2021-11-22 16:46:02 +08:00
Justin Yun
3e78977d25 Add license_kinds to VNDK snapshot modules
The script reads the license files and list them to the license
module in the generated Android.bp files

Bug: 205641081
Test: run gen_buildfiles.py
Change-Id: I93deb04a5e7da25a2e9476b8fdd6079fc5470211
2021-11-22 16:34:16 +09:00
Xin Li
78d3e833ef [automerger skipped] Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master am: 2d66cdd995 -s ours am: 2be3c615e7 -s ours am: 26376e1083 -s ours
am skip reason: Merged-In I317342f66ebab949158f9d8480f57eacfa5c786d with SHA-1 647214b144 is already in history

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

Change-Id: I3ba3664cf790508c73bd05abb6dac4446bf5c94d
2021-11-18 04:11:57 +00:00
Xin Li
26376e1083 [automerger skipped] Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master am: 2d66cdd995 -s ours am: 2be3c615e7 -s ours
am skip reason: Merged-In I317342f66ebab949158f9d8480f57eacfa5c786d with SHA-1 647214b144 is already in history

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

Change-Id: I5379fb98545323264da0194538d22fa12c2debf6
2021-11-18 03:52:42 +00:00
Xin Li
2be3c615e7 [automerger skipped] Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master am: 2d66cdd995 -s ours
am skip reason: Merged-In I317342f66ebab949158f9d8480f57eacfa5c786d with SHA-1 647214b144 is already in history

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

Change-Id: Ie0889cdbb046eca3d0b436adca8a62de104bfc72
2021-11-18 03:37:16 +00:00
Xin Li
2d66cdd995 Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master 2021-11-18 03:03:43 +00:00
Treehugger Robot
663b932a00 Merge "Stop building some clang tools for darwin-x86" am: a9ed128e59 am: f8a1df582a am: d0ecd9ae95 am: 7081591f0d
Original change: https://android-review.googlesource.com/c/platform/development/+/1885758

Change-Id: I9d5d0c996f01481af079398fbb157de4baebfc6c
2021-11-17 05:05:49 +00:00
Treehugger Robot
7081591f0d Merge "Stop building some clang tools for darwin-x86" am: a9ed128e59 am: f8a1df582a am: d0ecd9ae95
Original change: https://android-review.googlesource.com/c/platform/development/+/1885758

Change-Id: Ib11d54b66472618f6fe7b82be928aae0a6ebbf39
2021-11-17 04:46:59 +00:00
Treehugger Robot
d0ecd9ae95 Merge "Stop building some clang tools for darwin-x86" am: a9ed128e59 am: f8a1df582a
Original change: https://android-review.googlesource.com/c/platform/development/+/1885758

Change-Id: I0e75329132910bae23ef17b8dac0f6df0de9e116
2021-11-17 04:30:13 +00:00
Treehugger Robot
f8a1df582a Merge "Stop building some clang tools for darwin-x86" am: a9ed128e59
Original change: https://android-review.googlesource.com/c/platform/development/+/1885758

Change-Id: I7f05f8d7b7789e709b056ba62ddaf34022c3b54f
2021-11-17 03:59:54 +00:00
Treehugger Robot
a9ed128e59 Merge "Stop building some clang tools for darwin-x86" 2021-11-17 03:45:08 +00:00
Raju Kulkarni
71e5fb909c [automerger skipped] [DO NOT MERGE] SDK has been finalized for sc-v2-dev. API level is now 32. So remoing rc suffix from Build tools version number. And resetting the SDK to r1 of the API level which is now API 32 am: 84637a4834 am: 28e49ea93b -s ours
am skip reason: subject contains skip directive

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

Change-Id: I081da85d1b6c61391d28e0bbe9c2770522c4a5db
2021-11-16 20:32:46 +00:00
Raju Kulkarni
28e49ea93b [DO NOT MERGE] SDK has been finalized for sc-v2-dev. API level is now 32. So remoing rc suffix from Build tools version number. And resetting the SDK to r1 of the API level which is now API 32 am: 84637a4834
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/16275978

Change-Id: I9ea7930eb5383ee987fe87872b04c265e85eef98
2021-11-16 20:10:14 +00:00
Raju Kulkarni
84637a4834 [DO NOT MERGE] SDK has been finalized for sc-v2-dev. API level is now 32. So remoing rc suffix from Build tools version number. And resetting the SDK to r1 of the API level which is now API 32
Bug: 202916060

Change-Id: Ia4fc9d87cfc3133d757d35cefcf38d792c114dc6
2021-11-16 18:56:14 +00:00
TreeHugger Robot
a593541a36 Merge changes Ia70a9794,Iae900bcb
* changes:
  Add ability to specify name for trace
  Add feedback when dragging on the right drop area for file uploads
2021-11-15 22:15:07 +00:00
TreeHugger Robot
1127a885ca Merge "Polish design of Winscope dropbox" 2021-11-15 22:13:48 +00:00
Pablo Gamito
8e3d54740b Add ability to specify name for trace
Bug: 205573920
Change-Id: Ia70a97945db80765561fce2176fa2babcdd4bf19
2021-11-15 22:09:32 +01:00
Pablo Gamito
85f418ba25 Polish design of Winscope dropbox
Make sure loading spinner is center aligned

Ensure the size of dropbox remains the same before and while loaded so it doesn't look like it's flickering

Make dropbox clickable to allow for intuitive clicking of dropbox area to open file viewer

Bug: 206214877
Change-Id: Icc5c2bdfce9fd26c3ff6f040f85a289859cfd3ca
2021-11-15 22:09:32 +01:00
Pablo Gamito
f645098e90 Add feedback when dragging on the right drop area for file uploads
Bug: 206214877
Change-Id: Iae900bcbe213e018a323ae5085af4ae0f7e96cfb
2021-11-15 22:09:32 +01:00
Pablo Gamito
f38b9f1f17 Remove debugging log messages
Change-Id: I621408b3edf2c6e12f6bc99cc0e2dffc2db1a555
2021-11-15 11:52:35 +01:00
Howard Chen
ea900c8f0a Merge "Avoid to use make directly" am: f43f5d50e6 am: 2352705620 am: 796ccfd128 am: 2e9ae1b6fa
Original change: https://android-review.googlesource.com/c/platform/development/+/1890317

Change-Id: I3bc5cf0f0beed63bf98515860cfb0cdeb4172be0
2021-11-12 07:37:25 +00:00
Howard Chen
2e9ae1b6fa Merge "Avoid to use make directly" am: f43f5d50e6 am: 2352705620 am: 796ccfd128
Original change: https://android-review.googlesource.com/c/platform/development/+/1890317

Change-Id: I8c6da21772fe7bd7f7e0dd1dec14870636958806
2021-11-12 07:26:29 +00:00
Howard Chen
796ccfd128 Merge "Avoid to use make directly" am: f43f5d50e6 am: 2352705620
Original change: https://android-review.googlesource.com/c/platform/development/+/1890317

Change-Id: Icb64b0e63fbe5dcf0d3d2f47ea5666647a3a885b
2021-11-12 07:08:17 +00:00
Howard Chen
2352705620 Merge "Avoid to use make directly" am: f43f5d50e6
Original change: https://android-review.googlesource.com/c/platform/development/+/1890317

Change-Id: I2e114dffae4c10a3e26a662f425171e2e168e643
2021-11-12 06:54:58 +00:00
Howard Chen
f43f5d50e6 Merge "Avoid to use make directly" 2021-11-12 06:36:52 +00:00
Howard Chen
4cd02dc116 Avoid to use make directly
Buildbot does not allow script to call make directly.

Test: ./development/gsi/build_with_kernel/repack_kernels.sh
Bug: 198363484
Change-Id: Ia24cae56af27c6c73327002ebbed2c067c490851
2021-11-12 06:36:17 +00:00
Treehugger Robot
191d5efa0b Merge "Deprecate prebuilts/misc/linux-x86/lz4/lz4" am: 5a60ab7012 am: 651902f599 am: 653474db06 am: d23aedd1bd
Original change: https://android-review.googlesource.com/c/platform/development/+/1883429

Change-Id: I13f5eaaa1c5475577f764d22de52b32782c6e0e5
2021-11-11 22:06:54 +00:00
Treehugger Robot
d23aedd1bd Merge "Deprecate prebuilts/misc/linux-x86/lz4/lz4" am: 5a60ab7012 am: 651902f599 am: 653474db06
Original change: https://android-review.googlesource.com/c/platform/development/+/1883429

Change-Id: I033c4bde500729110691103176cccc8ba81fdcfb
2021-11-11 21:44:01 +00:00
Treehugger Robot
653474db06 Merge "Deprecate prebuilts/misc/linux-x86/lz4/lz4" am: 5a60ab7012 am: 651902f599
Original change: https://android-review.googlesource.com/c/platform/development/+/1883429

Change-Id: Id009dc562cd57f55daf340066110b96532f66880
2021-11-11 21:29:05 +00:00
Treehugger Robot
651902f599 Merge "Deprecate prebuilts/misc/linux-x86/lz4/lz4" am: 5a60ab7012
Original change: https://android-review.googlesource.com/c/platform/development/+/1883429

Change-Id: Idda4604f0abd05372708ec02cae46b0fbb8031ba
2021-11-11 21:12:55 +00:00
Treehugger Robot
5a60ab7012 Merge "Deprecate prebuilts/misc/linux-x86/lz4/lz4" 2021-11-11 20:51:25 +00:00
Xin Li
8ec2dc2746 Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918
Bug: 205056467
Merged-In: I317342f66ebab949158f9d8480f57eacfa5c786d
Change-Id: I618a1982de47f98ec852ca1158b713f30805685e
2021-11-10 08:05:42 +00:00
Hsin-Yi Chen
5284f9a8a3 Stop building some clang tools for darwin-x86
Test: OUT_DIR=out \
      development/vndk/tools/header-checker/android/build-prebuilts.sh
Change-Id: I767f04f6825e6df054d62d3fa0900bdf7b18db17
2021-11-10 15:43:59 +08:00
Treehugger Robot
e2580118cc Merge "Add 'license' module to the generated Android.bp of VNDK snapshots" am: 189f4b5005 am: 405a8671f4 am: bdb4270c2e am: 8e7f7321a9 am: ad6b7a1a92
Original change: https://android-review.googlesource.com/c/platform/development/+/1885755

Change-Id: Ib9525deffcae8bdd538a16154a979c7563a9b81d
2021-11-10 07:31:48 +00:00