Remove 'host_supported: true' from Android.bp files
It seems that this is not actually needed for our AOSP builds.
This commit is contained in:
parent
ceac5fc5ce
commit
76be2c1ea0
1 changed files with 0 additions and 4 deletions
|
@ -1,13 +1,11 @@
|
|||
java_import {
|
||||
name: "seedvault-lib-novacrypto-bip39-nodeps",
|
||||
host_supported: true,
|
||||
jars: ["BIP39-2019.01.27.jar"],
|
||||
sdk_version: "current",
|
||||
}
|
||||
|
||||
java_library_static {
|
||||
name: "seedvault-lib-novacrypto-bip39",
|
||||
host_supported: true,
|
||||
static_libs: [
|
||||
"seedvault-lib-novacrypto-bip39-nodeps",
|
||||
"seedvault-lib-novacrypto-sha256",
|
||||
|
@ -18,14 +16,12 @@ java_library_static {
|
|||
|
||||
java_import {
|
||||
name: "seedvault-lib-novacrypto-sha256",
|
||||
host_supported: true,
|
||||
jars: ["SHA256-2019.01.27.jar"],
|
||||
sdk_version: "current",
|
||||
}
|
||||
|
||||
java_import {
|
||||
name: "seedvault-lib-novacrypto-toruntime",
|
||||
host_supported: true,
|
||||
jars: ["ToRuntime-0.9.0.jar"],
|
||||
sdk_version: "current",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue