diff options
author | Orion Hodson <oth@google.com> | 2019-10-14 10:27:00 +0100 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2019-10-16 15:39:42 +0000 |
commit | 31b3ffa32d4efc3868806917ca3f2c82847478c7 (patch) | |
tree | 60a421d346615fd0f1b3171fa5d3820d01ae0867 /libnativebridge/include/nativebridge/native_bridge.h | |
parent | cce414f8b46de709250af49398083e99f96b6161 (diff) |
Remove temporary CPPLINT.cfg files
Temporary CPPLINT.cfg files were introduced when move libnativeloader
and libnativebridge under art/.
Bug: 141749154
Test: mm cpplint-art-all
Change-Id: I85e75180138a512aef025f1e5275e20d8d1d14b0
Diffstat (limited to 'libnativebridge/include/nativebridge/native_bridge.h')
-rw-r--r-- | libnativebridge/include/nativebridge/native_bridge.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnativebridge/include/nativebridge/native_bridge.h b/libnativebridge/include/nativebridge/native_bridge.h index e9c9500252..22c128ba1f 100644 --- a/libnativebridge/include/nativebridge/native_bridge.h +++ b/libnativebridge/include/nativebridge/native_bridge.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef NATIVE_BRIDGE_H_ -#define NATIVE_BRIDGE_H_ +#ifndef ART_LIBNATIVEBRIDGE_INCLUDE_NATIVEBRIDGE_NATIVE_BRIDGE_H_ +#define ART_LIBNATIVEBRIDGE_INCLUDE_NATIVEBRIDGE_NATIVE_BRIDGE_H_ #include <signal.h> #include <stdbool.h> @@ -415,4 +415,4 @@ struct NativeBridgeRuntimeCallbacks { } // namespace android #endif // __cplusplus -#endif // NATIVE_BRIDGE_H_ +#endif // ART_LIBNATIVEBRIDGE_INCLUDE_NATIVEBRIDGE_NATIVE_BRIDGE_H_ |