summaryrefslogtreecommitdiffstats
path: root/secure_element
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2018-05-16 11:25:37 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2018-05-16 16:32:40 +0800
commit86143cfe6503ee1018be66852ab4d32f4a9f549d (patch)
treebc06a017ee7da9c13a4eb5767c897b106c6cb964 /secure_element
parent9d9921c369d848328bac684801b2556b63d81a23 (diff)
downloadplatform_test_vts-testcase_hal-86143cfe6503ee1018be66852ab4d32f4a9f549d.tar.gz
platform_test_vts-testcase_hal-86143cfe6503ee1018be66852ab4d32f4a9f549d.tar.bz2
platform_test_vts-testcase_hal-86143cfe6503ee1018be66852ab4d32f4a9f549d.zip
Update bp and mk files
- Update auto generated headers. - Remove VTS_CONFIG_SRC_DIR from android.system.net.netd. Test: make vts Bug: 78142345 Change-Id: Icd400d0af517e2c3d351e984e95d54549ae78203
Diffstat (limited to 'secure_element')
-rw-r--r--secure_element/V1_0/build/Android.bp11
1 files changed, 6 insertions, 5 deletions
diff --git a/secure_element/V1_0/build/Android.bp b/secure_element/V1_0/build/Android.bp
index 428cc343..b8fa697c 100644
--- a/secure_element/V1_0/build/Android.bp
+++ b/secure_element/V1_0/build/Android.bp
@@ -1,9 +1,10 @@
// This file was auto-generated. Do not edit manually.
-// Use test/vts-testcase/hal/script/update_makefiles.py to generate this file.
+// Use launch_hal_test.py or update_makefiles.py in test/vts-testcase/hal/script/ to generate this file.
// Generate .vts spec files.
hal2vts {
name: "android.hardware.secure_element@1.0-vts.spec",
+ hidl_gen_args: "-r android.hardware:hardware/interfaces",
srcs: [
":android.hardware.secure_element@1.0_hal",
],
@@ -18,7 +19,7 @@ hal2vts {
genrule {
name: "android.hardware.secure_element@1.0-vts.driver_genc++",
tools: ["hidl-gen", "vtsc"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.secure_element@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.secure_element@1.0 && $(location vtsc) -mDRIVER -tSOURCE -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
srcs: [
":android.hardware.secure_element@1.0_hal",
],
@@ -32,7 +33,7 @@ genrule {
genrule {
name: "android.hardware.secure_element@1.0-vts.driver_genc++_headers",
tools: ["hidl-gen", "vtsc"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.secure_element@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.secure_element@1.0 && $(location vtsc) -mDRIVER -tHEADER -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
srcs: [
":android.hardware.secure_element@1.0_hal",
],
@@ -59,7 +60,7 @@ cc_library_shared {
genrule {
name: "android.hardware.secure_element@1.0-vts.profiler_genc++",
tools: ["hidl-gen", "vtsc"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.secure_element@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.secure_element@1.0 && $(location vtsc) -mPROFILER -tSOURCE -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
srcs: [
":android.hardware.secure_element@1.0_hal",
],
@@ -73,7 +74,7 @@ genrule {
genrule {
name: "android.hardware.secure_element@1.0-vts.profiler_genc++_headers",
tools: ["hidl-gen", "vtsc"],
- cmd: "$(location hidl-gen) -o $(genDir) -Lvts -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.secure_element@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
+ cmd: "$(location hidl-gen) -o $(genDir) -Lvts -r android.hardware:hardware/interfaces android.hardware.secure_element@1.0 && $(location vtsc) -mPROFILER -tHEADER -b$(genDir) android/hardware/secure_element/1.0/ $(genDir)/android/hardware/secure_element/1.0/",
srcs: [
":android.hardware.secure_element@1.0_hal",
],