6961267298
Test: lunch aosp_cf_x86_phone-userdebug && m Bug: 132357300 Change-Id: I96a1e6cef86652e429b1678a655fc0b02f40d00c
18 lines
382 B
Text
18 lines
382 B
Text
bootstrap_go_package {
|
|
name: "soong-dexpreopt",
|
|
pkgPath: "android/soong/dexpreopt",
|
|
srcs: [
|
|
"class_loader_context.go",
|
|
"config.go",
|
|
"dexpreopt.go",
|
|
"testing.go",
|
|
],
|
|
testSrcs: [
|
|
"class_loader_context_test.go",
|
|
"dexpreopt_test.go",
|
|
],
|
|
deps: [
|
|
"blueprint-pathtools",
|
|
"soong-android",
|
|
],
|
|
}
|