summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorPeter Visontay <pvisontay@google.com>2017-09-05 11:43:36 +0100
committerPeter Visontay <pvisontay@google.com>2017-10-27 18:15:33 +0100
commitcee763269addef3e71630ccfc76d849fc335c193 (patch)
treed2696720dcd1087dddeeded82e9df274cfb12c0a /core/java/android
parentea0d732361da7730ca6bf78950a60b09d2c3f2c5 (diff)
Fix some paths (in comments) pointing to old locations of C++ Binder interfaces.
Test: None (comment changes). Change-Id: I372e38bbb73c9d0a289089b239fa669f130252ba
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/app/IActivityManager.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/IActivityManager.aidl b/core/java/android/app/IActivityManager.aidl
index 86b8402338e9..49513d1825de 100644
--- a/core/java/android/app/IActivityManager.aidl
+++ b/core/java/android/app/IActivityManager.aidl
@@ -82,7 +82,7 @@ interface IActivityManager {
// below block of transactions.
// Since these transactions are also called from native code, these must be kept in sync with
- // the ones in frameworks/native/include/binder/IActivityManager.h
+ // the ones in frameworks/native/libs/binder/include/binder/IActivityManager.h
// =============== Beginning of transactions used on native side as well ======================
ParcelFileDescriptor openContentUri(in String uriString);
// =============== End of transactions used on native side as well ============================