These haven't been touched in nearly 10 years, and make assumptions
about the build system that are either no longer true, or will no longer
be true soon.
Test: treehugger
Change-Id: I8bed2f9a7644f559e82b6958a783875089af2c2e
am: 15db4b1a4c -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 e3ceaed976 is in history
Change-Id: Id682e08e02ae2a94190731c79ff8fd441638953a
am: 61a8ee6a97 -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 e3ceaed976 is in history
Change-Id: I5593099725aca98bc248c9092b3b5c929efaf1eb
am: 4c044565d0 -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 e3ceaed976 is in history
Change-Id: I6e3d1e1acc7f69b627f783c7df598296cbe83c09
am: a8cd634bf0 -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 9d532d5695 is in history
Change-Id: Iaca697ec33bffda00ce5dece0ad0b81ac25974cc
am: 16f303306d -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 4a8876ec9e is in history
Change-Id: I1c3a7cc94c5b5e28c099ef7ed4ad08707c66159c
am: 8c465162c0 -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 e3ceaed976 is in history
Change-Id: I3694832b66fcc316ab541575f0ff5cd351ce155a
am: 9d532d5695 -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 e3ceaed976 is in history
Change-Id: I70bd9b4f6bbbcef3c61282420b93161f07c6f8ff
am: eb311f5209 -s ours
am skip reason: change_id Iab077f256ff3776495302606572f384d82ab171f with SHA1 4a8876ec9e is in history
Change-Id: Ie19ae6278ff179e969d8e4c299264a4b36f0ba8c
File decoding code has been refactored to support non-trace files.
Implemented displaying device screen recordings frame-by-frame,
synced to SurfaceFlinger and WindowManager traces.
Design doc: http://go/winscope-video-sync
Test: yarn run dev
Bug:
Change-Id: Ibaa4746a74ecab4ff158cb8bffb346e1f90f8306
recovery uses its own product id of D001, for adb/sideload/resuce modes.
Bug: 136716811
Test: Install the (unsigned) driver on Windows 7. `adb devices` shows a
device under recovery mode (adb/sideload/rescue).
Change-Id: Ie7526644825c400c9e2b3a9daa9fb93ae8ed00b1
CL [1] instroduced min_sdk_version due to createDisplayContext
needed sdk version 19+.
If we are using pre-release SDK version but the device didn't match
this platform and won't set target_sdk_version, it will result in
INSTALL_FAILED_OLDER_SDK error during install apk.
To make apk installable in older sdk devices & without hitting
pre-release SDK version case, specify target_sdk_version value to keep
its comparability.
[1]: Ic592a1d2fb2da149220c8b503b522b3e864bcc77
Fix: 137200759
Bug: 126930163
Test: manual as below test steps:
1. Check out the latest master.
2. source build/envsetup.sh
3. lunch aosp_walleye-userdebug
4. make -j SoftKeyboard (or tapas SoftKeyboard)
5. Using "adb install -r $OUT/system/app/SoftKeyboard/SoftKeyboard.apk"
to install app in older platform rom build (i.e. android P or N)
6. Make sure .apk file can installed without INSTALL_FAILED_OLDER_SDK error.
Change-Id: I5da196b5a1b257ec6d5b9e6f447a4734928f4580