summaryrefslogtreecommitdiff
path: root/nfc/aidl/default
AgeCommit message (Collapse)Author
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-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