commit | 3a0a27af82d79861e1e2b5f6ab9ade4b50f93485 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Oct 06 16:32:49 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 06 16:32:49 2023 +0000 |
tree | 600e0342ec88e0769f8fb40599e2a439cdc4e2e3 | |
parent | 8b919d0eb0e816bdd67f11855e649ce3723930ee [diff] | |
parent | 5d7b4cacb34e567353be72fe9d0d293001e62deb [diff] |
Merge "Fix warning about missing terminating ' character" into main
diff --git a/libs/binder/Stability.cpp b/libs/binder/Stability.cpp index 2d05fb2..c432b3a 100644 --- a/libs/binder/Stability.cpp +++ b/libs/binder/Stability.cpp
@@ -75,7 +75,7 @@ Stability::Level Stability::getLocalLevel() { #ifdef __ANDROID_APEX__ -#error APEX can't use libbinder (must use libbinder_ndk) +#error "APEX can't use libbinder (must use libbinder_ndk)" #endif #ifdef __ANDROID_VNDK__