Merge "Reformat Android.bp file" am: 1d5d34618a am: 9b25b2e567
am: afaf65caac

Change-Id: I1bf504eccfdb019bf8f301ef71afa89acba7bcb5
diff --git a/Android.bp b/Android.bp
index 6603f2b..ad2b8c5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,10 +13,10 @@
 // limitations under the License.
 
 cc_library_headers {
-  export_include_dirs = [ "." ],
-  name: "libeigen",
-  vendor_available: true,
-  host_supported: true,
+    name: "libeigen",
+    export_include_dirs: ["."],
+    vendor_available: true,
+    host_supported: true,
 }
 
 subdirs = ["blas"]