14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
android_app {
|
|
name: "ProxyHandler",
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
privileged: true,
|
|
}
|
|
|
|
filegroup {
|
|
name: "ProxyHandler-aidl-sources",
|
|
srcs: ["src/**/*.aidl"],
|
|
path: "src",
|
|
}
|