summaryrefslogtreecommitdiff
path: root/nfc/aidl
AgeCommit message (Collapse)Author
2022-04-16Freeze AIDL APIs for TMJiyong Park
Bug: 225941299 Test: m Change-Id: I61eb51c0334eb99489c6f1570110d7e18c350c99
2022-01-27[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfacesBob Badour
Added SPDX-license-identifier-Apache-2.0 to: nfc/aidl/Android.bp nfc/aidl/default/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I9ad294e992c80d7962cf097a4dc5e60a51ba0fd9
2022-01-25Merge "Add NFC AIDL HAL VTS to presubmit checks"George Chang
2022-01-25Add NFC AIDL HAL VTS to presubmit checksGeorge Chang
Bug: 205948612 Test: atest VtsAidlHalNfcTargetTest Change-Id: Id8dd970bae298464011a2af925894f28e1481443
2022-01-24Remove never-reached 'return' statementsGreg Kaiser
We style Nfc::open() to be similar to Nfc::close(), allowing us to remove two never-reached 'return' statements, and help avoid potential confusion with future readers of the code. Test: TreeHugger Bug: 204868826 Change-Id: Ieabdfbb95540cafaf00a16955f26344c92d2d482
2022-01-20Add new aidl interface for android.hardware.nfcGeorge Chang
Bug: 204868826 Test: m android.hardware.nfc-update-api Test: atest VtsAidlHalNfcTargetTest Change-Id: Ic1dddd8385f8f8e4d6f5f9ed39623d2247f7e7b3