Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d7b4cac authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Fix warning about missing terminating ' character

Bug: 302724232
Test: build binder with GCC
Change-Id: I5bb7cff8999f6fb6f2411eb8697a79c979d12103
parent 8b919d0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ void Stability::tryMarkCompilationUnit(IBinder* binder) {

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__