aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-01-06 12:30:34 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-06 12:30:34 -0800
commitd3ed299f15c993bda873cbd56648eedabc7f45c9 (patch)
tree0f573e2bba8e3515e7cedf1481634484af8f3380 /android
parent17d48cc1809075732813cd90eee10bc1efa4b52e (diff)
parent8edd3e9e2959868ec221a1f3c1d4f9f16eb91177 (diff)
downloadexternal_qemu-d3ed299f15c993bda873cbd56648eedabc7f45c9.zip
external_qemu-d3ed299f15c993bda873cbd56648eedabc7f45c9.tar.gz
external_qemu-d3ed299f15c993bda873cbd56648eedabc7f45c9.tar.bz2
am 8edd3e9e: am 18006f77: Reference kernels from their new location
* commit '8edd3e9e2959868ec221a1f3c1d4f9f16eb91177': Reference kernels from their new location
Diffstat (limited to 'android')
-rw-r--r--android/avd/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/avd/info.c b/android/avd/info.c
index 815b0b4..7fd8cc4 100644
--- a/android/avd/info.c
+++ b/android/avd/info.c
@@ -898,7 +898,7 @@ avdInfo_getKernelPath( AvdInfo* i )
}
AFREE(abi);
- p = bufprint(temp, end, "%s/prebuilt/android-%s/kernel/kernel-qemu%s",
+ p = bufprint(temp, end, "%s/prebuilts/qemu-kernel/%s/kernel-qemu%s",
i->androidBuildRoot, i->targetArch, suffix);
if (p >= end || !path_exists(temp)) {
derror("bad workspace: cannot find prebuilt kernel in: %s", temp);