Snap for 4632767 from 30c5ae43fa590b0f0afa598081b30d3a236f1654 to pi-release

Change-Id: I14304f6cb8103bc5aed4acca0c006c78e98bc7d7
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"]