platform_build_soong/dexpreopt/Android.bp
Ulya Trafimovich 6961267298 Add unit tests for class loader context.
Test: lunch aosp_cf_x86_phone-userdebug && m
Bug: 132357300
Change-Id: I96a1e6cef86652e429b1678a655fc0b02f40d00c
2020-10-29 17:47:34 +00:00

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",
],
}