bridge: todo: communicate through aidl

This commit is contained in:
imkiva 2019-01-09 23:13:33 +08:00
parent 121130bf22
commit 2caf68cf4a
No known key found for this signature in database
GPG Key ID: A0A40A816B1689AA

View File

@ -0,0 +1,7 @@
// ISessionConnection.aidl
package io.neoterm.bridge;
// Declare any non-default types here with import statements
interface ISessionConnection {
}