blob: 56a6aa15c5dff44cfb6668cc94fcafbd0408070a [file] [log] [blame]
package android.aidl.tests;
enum BackendType {
CPP,
JAVA,
NDK,
RUST,
}