Sign in
android
/
platform
/
development
/
1b15809cf6258c5dcd4c68788176ea93e242719c
/
.
/
samples
/
HeavyWeight
/
Android.bp
blob: 1910b19990e75a4900517f24fd60537898d943e4 [
file
] [
log
] [
blame
]
// Currently doesn't build
//android_app {
// name: "HeavyWeight",
// // Only compile source java files in this apk.
// srcs: ["src/**/*.java"],
// sdk_version: "current",
// dex_preopt: {
// enabled: false,
// },
//}