aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-29 20:51:06 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-29 20:51:06 -0700
commit9bf8404f7b8c908be846eda1e0c8e6886ea0bfee (patch)
tree332b5f1fa8ee5558574b331a7344b77a96b9f7e5
parent782e3d4e2a0bc33755377586e35a5fa26cf02048 (diff)
parent8123a1d0010fd57467fb33541055ec0325090b18 (diff)
downloadaidl-9bf8404f7b8c908be846eda1e0c8e6886ea0bfee.tar.gz
Rename LoggableInterface to ILoggableInterface am: 6e4353264f am: 09e3c582ed
am: 8123a1d001 Change-Id: I8499967f157de347b5b8696554d65f06353ac2c8
-rw-r--r--Android.bp2
-rw-r--r--tests/android/aidl/loggable/ILoggableInterface.aidl (renamed from tests/android/aidl/loggable/LoggableInterface.aidl)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 0deee8dd..268ece1d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -240,7 +240,7 @@ aidl_interface {
name: "aidl_test_loggable_interface",
local_include_dir: "tests",
srcs: [
- "tests/android/aidl/loggable/LoggableInterface.aidl",
+ "tests/android/aidl/loggable/ILoggableInterface.aidl",
],
backend: {
cpp: {
diff --git a/tests/android/aidl/loggable/LoggableInterface.aidl b/tests/android/aidl/loggable/ILoggableInterface.aidl
index a36335f0..eee39d6c 100644
--- a/tests/android/aidl/loggable/LoggableInterface.aidl
+++ b/tests/android/aidl/loggable/ILoggableInterface.aidl
@@ -1,6 +1,6 @@
package android.aidl.loggable;
-interface LoggableInterface {
+interface ILoggableInterface {
String[] LogThis(boolean boolValue, inout boolean[] boolArray,
byte byteValue, inout byte[] byteArray,
char charValue, inout char[] charArray,