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