Merge "libhwc2.1: reset LHBM state while entering AOD mode" into tm-qpr-dev am: 7c10792f83

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/graphics/common/+/20794267

Change-Id: Iae84a2b7fb67498a5e5b5a7c27660adb7cbe9398
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libion/test/Android.bp b/libion/test/Android.bp
index 017eca2..fcc51f5 100644
--- a/libion/test/Android.bp
+++ b/libion/test/Android.bp
@@ -21,17 +21,20 @@
 
 cc_test {
     name: "iontests_google",
-    clang: true,
+
     vendor: true,
     proprietary: true,
-    cflags: [ "-g", "-Werror" ],
+    cflags: [
+        "-g",
+        "-Werror",
+    ],
     shared_libs: ["libion_google"],
     srcs: [
         "ion_test_fixture.cpp",
         "ion_allocate_test.cpp",
         "ion_allocate_api_test.cpp",
         "ion_device_test.cpp",
-	"ion_allocate_special.cpp",
+        "ion_allocate_special.cpp",
         //"map_test.cpp",
         //"exynos_api_test.cpp",
     ],