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

Commit 8b6a886d authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Remove HIDL_GENERATED from things written by hand.

am: 33e87b8a

Change-Id: Ib5c70daafd8d5bfa8454a4a0e05c858a3e9a393a
parents 14c4d0da 33e87b8a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#ifndef HIDL_GENERATED_android_hardware_boot_V1_0_BootControl_H_
#define HIDL_GENERATED_android_hardware_boot_V1_0_BootControl_H_
#ifndef ANDROID_HARDWARE_BOOT_V1_0_BOOTCONTROL_H
#define ANDROID_HARDWARE_BOOT_V1_0_BOOTCONTROL_H

#include <android/hardware/boot/1.0/IBootControl.h>
#include <hidl/Status.h>
@@ -43,4 +43,4 @@ extern "C" IBootControl* HIDL_FETCH_IBootControl(const char* name);
}  // namespace hardware
}  // namespace android

#endif  // HIDL_GENERATED_android_hardware_boot_V1_0_BootControl_H_
#endif  // ANDROID_HARDWARE_BOOT_V1_0_BOOTCONTROL_H
+3 −3
Original line number Diff line number Diff line
#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
+3 −3
Original line number Diff line number Diff line
#ifndef HIDL_GENERATED_android_hardware_tests_bar_V1_0_Bar_H_
#define HIDL_GENERATED_android_hardware_tests_bar_V1_0_Bar_H_
#ifndef ANDROID_HARDWARE_TESTS_BAR_V1_0_BAR_H
#define ANDROID_HARDWARE_TESTS_BAR_V1_0_BAR_H

#include <android/hardware/tests/bar/1.0/IBar.h>
#include <hidl/Status.h>
@@ -79,4 +79,4 @@ extern "C" IBar* HIDL_FETCH_IBar(const char* name);
}  // namespace hardware
}  // namespace android

#endif  // HIDL_GENERATED_android_hardware_tests_bar_V1_0_Bar_H_
#endif  // ANDROID_HARDWARE_TESTS_BAR_V1_0_BAR_H
+3 −3
Original line number Diff line number Diff line
#ifndef HIDL_GENERATED_android_hardware_tests_bar_V1_0_ImportTypes_H_
#define HIDL_GENERATED_android_hardware_tests_bar_V1_0_ImportTypes_H_
#ifndef ANDROID_HARDWARE_TESTS_BAR_V1_0_IMPORTTYPES_H
#define ANDROID_HARDWARE_TESTS_BAR_V1_0_IMPORTTYPES_H

#include <android/hardware/tests/bar/1.0/IImportTypes.h>
#include <hidl/Status.h>
@@ -33,4 +33,4 @@ extern "C" IImportTypes* HIDL_FETCH_IImportTypes(const char* name);
}  // namespace hardware
}  // namespace android

#endif  // HIDL_GENERATED_android_hardware_tests_bar_V1_0_ImportTypes_H_
#endif  // ANDROID_HARDWARE_TESTS_BAR_V1_0_IMPORTTYPES_H
+3 −3
Original line number Diff line number Diff line
#ifndef HIDL_GENERATED_android_hardware_tests_foo_V1_0_Foo_H_
#define HIDL_GENERATED_android_hardware_tests_foo_V1_0_Foo_H_
#ifndef ANDROID_HARDWARE_TESTS_FOO_V1_0_FOO_H
#define ANDROID_HARDWARE_TESTS_FOO_V1_0_FOO_H

#include <android/hardware/tests/foo/1.0/IFoo.h>
#include <hidl/Status.h>
@@ -71,4 +71,4 @@ extern "C" IFoo* HIDL_FETCH_IFoo(const char* name);
}  // namespace hardware
}  // namespace android

#endif  // HIDL_GENERATED_android_hardware_tests_foo_V1_0_Foo_H_
#endif  // ANDROID_HARDWARE_TESTS_FOO_V1_0_FOO_H
Loading