Update makefiles: no 'types'

Bug: 123976090
Test: N/A
Change-Id: I8e04fd0b1a4dc77dfdab0bfd3b7c9618bfbad12a
diff --git a/displayservice/1.0/Android.bp b/displayservice/1.0/Android.bp
index 4174b9f..db37617 100644
--- a/displayservice/1.0/Android.bp
+++ b/displayservice/1.0/Android.bp
@@ -15,9 +15,6 @@
     interfaces: [
         "android.hidl.base@1.0",
     ],
-    types: [
-        "Status",
-    ],
     gen_java: true,
 }
 
diff --git a/sensorservice/1.0/Android.bp b/sensorservice/1.0/Android.bp
index 0602bfd..e6e039d 100644
--- a/sensorservice/1.0/Android.bp
+++ b/sensorservice/1.0/Android.bp
@@ -17,9 +17,6 @@
         "android.hardware.sensors@1.0",
         "android.hidl.base@1.0",
     ],
-    types: [
-        "Result",
-    ],
     gen_java: false,
 }