Do NOT expose the Simulcrypt client/server binary in the SDK yet, they are not ready yet.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219539981
This commit is contained in:
Fang Yu
2018-10-31 14:38:28 -07:00
parent cb773116a6
commit 8c474ebada
2 changed files with 1 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ filegroup(
name = "binary_release_files", name = "binary_release_files",
srcs = [ srcs = [
"wv_cas_ecm_example.cc", "wv_cas_ecm_example.cc",
":simulcrypt_client",
":wv_cas_ecm_example", ":wv_cas_ecm_example",
], ],
) )

View File

@@ -20,9 +20,7 @@ PUBLIC_COPTS = ["-fvisibility=default"]
filegroup( filegroup(
name = "binary_release_files", name = "binary_release_files",
srcs = glob(["*.h"]) + [ srcs = glob(["*.h"]),
":simulcrypt_server",
],
) )
cc_binary( cc_binary(