Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / AidlFile / root / src / app_package / interface.aidl.ftl
blob4404cf2f2fc48ed9ae4f1f51754ee41795e2b5ff
1 // ${interfaceName}.aidl
2 package ${packageName};
4 // Declare any non-default types here with import statements
6 interface ${interfaceName} {
7     /**
8      * Demonstrates some basic types that you can use as parameters
9      * and return values in AIDL.
10      */
11     void basicTypes(int anInt, long aLong, boolean aBoolean, float aFloat,
12             double aDouble, String aString);