diff options
author | Brian Carlstrom <bdc@google.com> | 2013-12-12 23:13:18 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-12-12 23:54:43 -0800 |
commit | fe761ab6c72bdcdb8a2cf0df1524f526d8609fee (patch) | |
tree | c4964b9b09ff48c03c37b932f2bcd6d494bde6f8 /include/android/looper.h | |
parent | de8c80692b0b2fcef705ba9b417477d2bba81e75 (diff) | |
download | frameworks_native-fe761ab6c72bdcdb8a2cf0df1524f526d8609fee.zip frameworks_native-fe761ab6c72bdcdb8a2cf0df1524f526d8609fee.tar.gz frameworks_native-fe761ab6c72bdcdb8a2cf0df1524f526d8609fee.tar.bz2 |
Track Looper decoupling from ALooper
Change-Id: I612f0de7002e24948a4cbbea7b416b4fbb3929aa
Diffstat (limited to 'include/android/looper.h')
-rw-r--r-- | include/android/looper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/looper.h b/include/android/looper.h index 24e3967..74c0383 100644 --- a/include/android/looper.h +++ b/include/android/looper.h @@ -253,4 +253,4 @@ int ALooper_removeFd(ALooper* looper, int fd); }; #endif -#endif // ANDROID_NATIVE_WINDOW_H +#endif // ANDROID_LOOPER_H |