Revert^2 "Add PER_DISPLAY_MAX_BRIGHTNESS VHAL property."

This reverts commit 439e897d1051623da2272b74c0236ca8d613a069.

Reason for revert: Seahawk now uses v3 lib, which should not be affected

Change-Id: Ia04c9a2c28829778c4d9d24b4a1138b615ac9377
diff --git a/automotive/vehicle/aidl/aidl_test/Android.bp b/automotive/vehicle/aidl/aidl_test/Android.bp
index ea6a710..f517df8 100644
--- a/automotive/vehicle/aidl/aidl_test/Android.bp
+++ b/automotive/vehicle/aidl/aidl_test/Android.bp
@@ -40,7 +40,7 @@
 cc_test {
     name: "VehiclePropertyAnnotationCppTest",
     srcs: ["VehiclePropertyAnnotationCppTest.cpp"],
-    header_libs: ["IVehicleGeneratedHeaders"],
+    header_libs: ["IVehicleGeneratedHeaders-V3"],
     defaults: ["VehicleHalInterfaceDefaults"],
     test_suites: ["general-tests"],
 }