summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Wu <lepton@google.com>2017-08-18 10:47:51 -0700
committerTao Wu <lepton@google.com>2017-08-18 18:32:59 +0000
commit5e7368ab6b75c36b6bbc1db03421049d9cec3f77 (patch)
tree91a264d57095bb721f47e7f2635efe1b0901abe3
parent171099b103491cfdeb1d3ab2a5826c36cf7256d6 (diff)
downloadmanifest-emu-2.4-arc.tar.gz
Use head version of qt on emu-master-dev branch.emu-2.4-arc
There is a bug in qt which make modifier keys doesn't work well on os/x. It got fixed in emu-master-dev with CL http://r.android.com/461216 which contains CL http://r.android.com/459964 Since we don't have a emu-2.4-arc branch for qt, just change our manifest to point to the version of qt with that fix on emu-master-dev branch. Bug: 62824830 Change-Id: Idc2eace84c7a01f43963e43a97a2389303d1a282 Signed-off-by: Tao Wu <lepton@google.com>
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index ae0cec3e4..cccffe8c3 100644
--- a/default.xml
+++ b/default.xml
@@ -27,7 +27,7 @@
<project clone-depth="1" name="platform/prebuilts/android-emulator-build/mesa-deps" path="prebuilts/android-emulator-build/mesa-deps" />
<project clone-depth="1" name="platform/prebuilts/android-emulator-build/protobuf" path="prebuilts/android-emulator-build/protobuf" />
<project clone-depth="1" name="platform/prebuilts/android-emulator-build/qemu-android-deps" path="prebuilts/android-emulator-build/qemu-android-deps" />
- <project clone-depth="1" name="platform/prebuilts/android-emulator-build/qt" path="prebuilts/android-emulator-build/qt" />
+ <project clone-depth="1" name="platform/prebuilts/android-emulator-build/qt" path="prebuilts/android-emulator-build/qt" revision="04b5ac157ccf486267139000a4c12926da35a688"/>
<project clone-depth="1" name="platform/prebuilts/clang/darwin-x86/host/3.5" path="prebuilts/clang/darwin-x86/host/3.5" />
<project clone-depth="1" name="platform/prebuilts/clang/darwin-x86/host/3.6" path="prebuilts/clang/darwin-x86/host/3.6" />
<project name="platform/prebuilts/clang/darwin-x86/sdk/3.5" path="prebuilts/clang/darwin-x86/sdk/3.5" />