u
I noticed that the emulator config file looks weird:
$ cat tools/android/avd/proto/generic_android23.textpb
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Configuration for a generic x86 android-23 AVD.
emulator_package {
package_name: "chromium/third_party/android_sdk/public/emulator"
version: "xhyuoquVvBTcJelgRjMKZeoBVSQRjB7pLVJPt5C9saIC"
dest_path: ".emulator_sdk"
}
system_image_package {
package_name: "chromium/third_party/android_sdk/public/system-images/android-23/google_apis/x86"
version: "npuCAATVbhmywZwGhI3tMoECTrBBzzyJLpjAPXqtmYYC"
dest_path: ".emulator_sdk"
}
system_image_name: "system-images;android-23;google_apis;x86"
avd_package {
package_name: "chromium/third_party/android_sdk/public/avds/android-23/google_apis/x86"
version: "xCANtnG4XemtJK2q8j-RTksfa82R3YDiJFKZYKNxJxMC"
dest_path: ".android"
}
All of the 'package_name' fields begin with 'chromium/', rather than 'src/'. Could that be