summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Remove libhwbinder/libhidltransport depsndk-sysroot-r21Steven Moreland2019-10-011-5/+0
| | | | | | | | Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I1767236157755cb0cc32da2d844c4c176ae475e1
* Upgrade to secure element HAL v1.1pdk2019-03-121-2/+41
| | | | | Test: Vts 1.0 + Vts 1.1 Change-Id: Ib49d65425bf63ab3eed8d9e05bb4a3c5a204eb5e
* Add system property to specify LS script location and name am: de23d4181dpdk2018-07-171-0/+1
|\ | | | | | | | | | | am: 44acb29e04 Change-Id: Ieafc378a46592cd29e8b8537d25e47ece04733d9
| * Add system property to specify LS script location and namepdk2018-07-171-0/+1
| | | | | | | | | | Test: VTS, perform LoaderService script Change-Id: I5760221e2376f3e50a9baf51daed44569d170c4c
| * Support Multiple LS Script executionanil.hiranniah2018-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run LS scripts enumerated from 1 to 9 consecutively. Store hash of the LS Script and script execution status in LsScriptState Applet Read script execution status from Applet before executing Ls Script update to make sure LsScript is executed only once. Bug: 109664165 Bug: 109824925 Test: VTS, Run LS update for 3 scripts, After execution reboot the phone and check if scripts are executed again Change-Id: I486043edac7cf59158004c9a9ab3a65443ee672b
| * Loader Service implementationLove Khanna2018-03-121-1/+22
| | | | | | | | | | | | | | | | | | | | | | During Secure Element Initialization, create a thread for LS Download. If loader script available then LS script has to be executed. Once LS download is done Successfully, Initialization callback will be returned with the status. Test: Boot;android.hardware.secure_element@1.0-service running; Applet installation via LS Client Successful. Change-Id: I37e597a0fb340b579463d133ca270ed99921a533
| * NXP SecureElement vendor hal implementation.Love Khanna2018-03-061-0/+87
| | | | | Test: Boot;Vts Change-Id: Ifeb229118fbed26bb6732dbea66138cb49278718
* Add a disabled target for android.hardware.secure_element@1.0-serviceRuchi Kandoi2018-06-151-3/+14
| | | | | | Test: verify that the service doesn't start Bug: 110053681 Change-Id: Icf2a29501240b4ab6145c936d5602939e11d99a3
* Support Multiple LS Script executionanil.hiranniah2018-06-131-0/+1
| | | | | | | | | | | | | | | run LS scripts enumerated from 1 to 9 consecutively. Store hash of the LS Script and script execution status in LsScriptState Applet Read script execution status from Applet before executing Ls Script update to make sure LsScript is executed only once. Bug: 109824925 Test: VTS, Run LS update for 3 scripts, After execution reboot the phone and check if scripts are executed again Change-Id: I486043edac7cf59158004c9a9ab3a65443ee672b (cherry picked from commit d4b09456c2c746c9f9f5ecf36246d45aee01eeaf)
* Loader Service implementationLove Khanna2018-03-131-1/+22
| | | | | | | | | | | | | During Secure Element Initialization, create a thread for LS Download. If loader script available then LS script has to be executed. Once LS download is done Successfully, Initialization callback will be returned with the status. Bug: 74399243 Test: Boot;android.hardware.secure_element@1.0-service running; Applet installation via LS Client Successful. Merged-In: I37e597a0fb340b579463d133ca270ed99921a533 Change-Id: I37e597a0fb340b579463d133ca270ed99921a533
* NXP SecureElement vendor hal implementation.Love Khanna2018-03-081-0/+87
Bug: 69643480 Test: Boot;Vts Merged-In: Ifeb229118fbed26bb6732dbea66138cb49278718 Change-Id: Ifeb229118fbed26bb6732dbea66138cb49278718 (cherry picked from commit fdebca823cdcce99dc1e382005ce1949f85a8029)