From 31b3ffa32d4efc3868806917ca3f2c82847478c7 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Mon, 14 Oct 2019 10:27:00 +0100 Subject: 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 --- libnativebridge/tests/NativeBridgeTest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libnativebridge/tests/NativeBridgeTest.h') diff --git a/libnativebridge/tests/NativeBridgeTest.h b/libnativebridge/tests/NativeBridgeTest.h index 0f99816c9f..cc7990742e 100644 --- a/libnativebridge/tests/NativeBridgeTest.h +++ b/libnativebridge/tests/NativeBridgeTest.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef NATIVE_BRIDGE_TEST_H_ -#define NATIVE_BRIDGE_TEST_H_ +#ifndef ART_LIBNATIVEBRIDGE_TESTS_NATIVEBRIDGETEST_H_ +#define ART_LIBNATIVEBRIDGE_TESTS_NATIVEBRIDGETEST_H_ #define LOG_TAG "NativeBridge_test" @@ -35,5 +35,5 @@ class NativeBridgeTest : public testing::Test { }; // namespace android -#endif // NATIVE_BRIDGE_H_ +#endif // ART_LIBNATIVEBRIDGE_TESTS_NATIVEBRIDGETEST_H_ -- cgit v1.2.3-59-g8ed1b