See build/soong/README.md for more information. Bug: 122332515 Test: treehugger Change-Id: I0f6ae8d880114d1bc83f7aac2b96eafef76dc046
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
android_app {
|
|
name: "BluetoothDebug",
|
|
srcs: ["**/*.java"],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
optimize: {
|
|
enabled: false,
|
|
},
|
|
}
|