c90039afcd
See build/soong/README.md for more information. Bug: 122332340 Test: m InputDevices MtpDocumentsProvider SimAppDialog Change-Id: I851b819030a1da6091f5d6125a228bb01a99011b Merged-In: I851b819030a1da6091f5d6125a228bb01a99011b
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
android_app {
|
|
name: "MtpDocumentsProvider",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
certificate: "media",
|
|
privileged: true,
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|