diff options
author | Steven Moreland <smoreland@google.com> | 2016-11-23 01:51:19 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-23 01:51:19 +0000 |
commit | eccc0081c85313b8f1a4ca74991e064e215db84c (patch) | |
tree | 479e5c8bac131297670d73c818e5b5601e6d7b0f /nfc/1.0 | |
parent | a3bea860131dd7c916350dc6852584ba4fa23574 (diff) | |
parent | 6817b001f164cc02299f79d3c8b2d456234f3d1c (diff) | |
download | platform_hardware_interfaces-eccc0081c85313b8f1a4ca74991e064e215db84c.tar.gz platform_hardware_interfaces-eccc0081c85313b8f1a4ca74991e064e215db84c.tar.bz2 platform_hardware_interfaces-eccc0081c85313b8f1a4ca74991e064e215db84c.zip |
Remove HIDL_GENERATED from things written by hand. am: 33e87b8a76 am: 8b6a886d60 am: 35460073b3
am: 6817b001f1
Change-Id: Ied2a612dbeac019fa764eeb8375d6e68f0ff7e66
Diffstat (limited to 'nfc/1.0')
-rw-r--r-- | nfc/1.0/default/Nfc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nfc/1.0/default/Nfc.h b/nfc/1.0/default/Nfc.h index e596495c36..5257636b69 100644 --- a/nfc/1.0/default/Nfc.h +++ b/nfc/1.0/default/Nfc.h @@ -1,5 +1,5 @@ -#ifndef HIDL_GENERATED_android_hardware_nfc_V1_0_Nfc_H_ -#define HIDL_GENERATED_android_hardware_nfc_V1_0_Nfc_H_ +#ifndef ANDROID_HARDWARE_NFC_V1_0_NFC_H +#define ANDROID_HARDWARE_NFC_V1_0_NFC_H #include <android/hardware/nfc/1.0/INfc.h> #include <hidl/Status.h> @@ -56,4 +56,4 @@ extern "C" INfc* HIDL_FETCH_INfc(const char* name); } // namespace hardware } // namespace android -#endif // HIDL_GENERATED_android_hardware_nfc_V1_0_Nfc_H_ +#endif // ANDROID_HARDWARE_NFC_V1_0_NFC_H |