system/hardware/interfaces
Revisão | 1f38b56f187ca98b6a9bc979000f31a8f146d7fc (tree) |
---|---|
Hora | 2017-10-13 17:10:25 |
Autor | android-build-team Robot <android-build-team-robot@goog...> |
Commiter | android-build-team Robot |
Snap for 4393550 from 39502d116fef40b27e8e7cb8bf3bf957aa6954f9 to pi-release
Change-Id: I9c599598047398aed6f2a3089d11f2094f35482e
@@ -62,6 +62,32 @@ cc_library { | ||
62 | 62 | } |
63 | 63 | |
64 | 64 | genrule { |
65 | + name: "android.system.wifi.keystore-V1.0-java_gen_java", | |
66 | + tools: ["hidl-gen"], | |
67 | + cmd: "$(location hidl-gen) -o $(genDir) -Ljava -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0", | |
68 | + srcs: [ | |
69 | + ":android.system.wifi.keystore@1.0_hal", | |
70 | + ], | |
71 | + out: [ | |
72 | + "android/system/wifi/keystore/V1_0/IKeystore.java", | |
73 | + ], | |
74 | +} | |
75 | + | |
76 | +java_library { | |
77 | + name: "android.system.wifi.keystore-V1.0-java", | |
78 | + no_framework_libs: true, | |
79 | + defaults: ["hidl-java-module-defaults"], | |
80 | + srcs: [":android.system.wifi.keystore-V1.0-java_gen_java"], | |
81 | + libs: [ | |
82 | + "hwbinder", | |
83 | + "android.hidl.base-V1.0-java", | |
84 | + ] | |
85 | +} | |
86 | + | |
87 | +// This package does not export any types. Not creating java constants export. | |
88 | + | |
89 | + | |
90 | +genrule { | |
65 | 91 | name: "android.system.wifi.keystore@1.0-adapter-helper_genc++", |
66 | 92 | tools: ["hidl-gen"], |
67 | 93 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-sources -randroid.hidl:system/libhidl/transport -randroid.system:system/hardware/interfaces android.system.wifi.keystore@1.0", |
@@ -85,7 +111,6 @@ genrule { | ||
85 | 111 | ], |
86 | 112 | } |
87 | 113 | |
88 | - | |
89 | 114 | cc_library { |
90 | 115 | name: "android.system.wifi.keystore@1.0-adapter-helper", |
91 | 116 | defaults: ["hidl-module-defaults"], |