blob: a2315ceeedae06b8db997e57ca67f70c1bd1724f [file] [log] [blame]
Inseob Kim06a64d62021-09-07 21:21:45 +09001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5aidl_interface {
6 name: "com.android.microdroid.testservice",
7 srcs: ["com/android/microdroid/testservice/**/*.aidl"],
8 unstable: true,
9 backend: {
10 java: {
11 platform_apis: true,
Steven Moreland9ea881f2022-02-02 22:24:43 +000012 require_rpc: true,
Inseob Kim06a64d62021-09-07 21:21:45 +090013 },
14 cpp: {
15 enabled: true,
16 },
17 },
18}