This reverts commit 17ec995b11.
Test: ./create_reference_dumps.py
Bug: 152080301
Reason for revert: aosp_arm_ab and aosp_x86_ab are still supported.
Change-Id: I7a80931e8bc60fc86083d6fc55daa53e3ed9a4db
This commit removes aosp_arm64_ab and aosp_x86_ab. They have been
removed from the master branch and we don't need them anymore.
See also.
https://android-review.googlesource.com/c/platform/build/+/989349/
Bug: 135977699
Test: ./utils/create_reference_dumps.py -l libmediametrics
Change-Id: I1b1bf5d95cc35d9b9bf6180890acb602b54829be
To address IME service context's Resources / DisplayMetrics update
when switching IME window to another display after onConfigurationChange.
We use Context#createDisplayContext to create display specific context when
display changed, to ensure soft keyboard can re-layout with correct resources.
Bug: 126930163
Test: manual with SoftKeyboard as below steps:
1) Settings > Developer options > enable "Simulated Display" & "Force desktop mode".
2) Reboot device
3) Launch app (i.e. Contacts) with bluetooth or usb mouse in Simulated display.
4) Tap EditText on app to see see if IME window layout correctly on simulated display.
5) Launch app (i.e Files) on primary display.
6) Tap EditText on app to see if IME window layout correctly on primary display.
Change-Id: Ic592a1d2fb2da149220c8b503b522b3e864bcc77
Merged-In: Ic592a1d2fb2da149220c8b503b522b3e864bcc77
Introduce per-display active client. Also, deactivate previous client
when window loses focus so that connection can be restarted on next
focus gain.
Test: Manually using the steps in bug.
Bug: 131619304
Change-Id: Iefad3f018ef0cc1b3729af4a140afa1b52139ce0
Merged-In: Iefad3f018ef0cc1b3729af4a140afa1b52139ce0
This commit extracts LLVM build variables from `build-prebuilts.sh` to
`android/envsetup.sh` so that header-checker developers can load these
variables with:
source android/envsetup.sh
This commit also removes stale `FORCE_BUILD_LLVM_COMPONENTS`.
Test: source android/envsetup.sh; mm; header-abi-dumper --help
Change-Id: Iba5577ba27f8e73d2601d71f538efdb388c4a208
This commit moves clang-tools build script from `prebuilts/clang-tools`
to `development` so that it will be easier to read the git history of
the file.
Test: OUT_DIR=$(pwd) ./prebuilts/clang-tools/build-prebuilts.sh
Change-Id: I6be5aded52ae141eb139f050b4bf08a48893cf6e
Test: "development/tools/repo_pull/repo_pull.py pull ..." on a large topic
from a manifest with includes.
Bug: 140113116
Change-Id: I781c9a3ca0bcdf53cc8ed1896b3ec12389e4e797
Bug: 138639389
Test: DIST_DIR=... compare_image_and_print.sh ~~ and then check if there
are files in DIST_DIR
Change-Id: Ia3efde82429abb740b9deb93b4c87c0b45a0217a
For all vndk snapshot libraries, header files exported by the libraries
will be included to the snapshot. Android.bp will contain necessary
information to link against/install vndk snapshot libraires:
export_include_dirs, export_system_include_dirs, export_flags, and
relative_install_path.
Bug: 132818174
Test: 1) VNDK_SNAPSHOT_BUILD_ARTIFACTS=true \
development/vndk/snapshot/build.sh
Test: 2) development/vndk/snasphot/update.py
Test: 3) see contents of Android.bp and include directories
Change-Id: I884ffe8c569c1bd3b1407ff707e0f7aa061e1b01