diff options
author | Steven Moreland <smoreland@google.com> | 2019-03-01 12:47:25 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-03-04 11:27:17 -0800 |
commit | a878aee9abf32b6d16e874fd0124febb8100626b (patch) | |
tree | 13493994f52ff8e7dce348c2def5abc06c090437 /nfc | |
parent | 60bc204c1d7501fa2e90974fe9784765be29bf11 (diff) | |
download | platform_hardware_interfaces-a878aee9abf32b6d16e874fd0124febb8100626b.tar.gz platform_hardware_interfaces-a878aee9abf32b6d16e874fd0124febb8100626b.tar.bz2 platform_hardware_interfaces-a878aee9abf32b6d16e874fd0124febb8100626b.zip |
Update makefies: no 'types'
Bug: 123976090
Test: N/A
Change-Id: I30fb04c81889b62775e1b764b965fdb0f893de17
Diffstat (limited to 'nfc')
-rw-r--r-- | nfc/1.0/Android.bp | 4 | ||||
-rw-r--r-- | nfc/1.1/Android.bp | 7 | ||||
-rw-r--r-- | nfc/1.2/Android.bp | 3 |
3 files changed, 0 insertions, 14 deletions
diff --git a/nfc/1.0/Android.bp b/nfc/1.0/Android.bp index f821355092..e0625d08fc 100644 --- a/nfc/1.0/Android.bp +++ b/nfc/1.0/Android.bp @@ -14,10 +14,6 @@ hidl_interface { interfaces: [ "android.hidl.base@1.0", ], - types: [ - "NfcEvent", - "NfcStatus", - ], gen_java: true, gen_java_constants: true, } diff --git a/nfc/1.1/Android.bp b/nfc/1.1/Android.bp index 9a1392ee26..bbf49b2e5a 100644 --- a/nfc/1.1/Android.bp +++ b/nfc/1.1/Android.bp @@ -15,13 +15,6 @@ hidl_interface { "android.hardware.nfc@1.0", "android.hidl.base@1.0", ], - types: [ - "Constant", - "NfcConfig", - "NfcEvent", - "PresenceCheckAlgorithm", - "ProtocolDiscoveryConfig", - ], gen_java: true, } diff --git a/nfc/1.2/Android.bp b/nfc/1.2/Android.bp index c338e02b00..cfb8b85c50 100644 --- a/nfc/1.2/Android.bp +++ b/nfc/1.2/Android.bp @@ -15,9 +15,6 @@ hidl_interface { "android.hardware.nfc@1.1", "android.hidl.base@1.0", ], - types: [ - "NfcConfig", - ], gen_java: true, } |