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:
@@ -17,7 +17,6 @@ filegroup(
|
||||
name = "binary_release_files",
|
||||
srcs = [
|
||||
"wv_cas_ecm_example.cc",
|
||||
":simulcrypt_client",
|
||||
":wv_cas_ecm_example",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -20,9 +20,7 @@ PUBLIC_COPTS = ["-fvisibility=default"]
|
||||
|
||||
filegroup(
|
||||
name = "binary_release_files",
|
||||
srcs = glob(["*.h"]) + [
|
||||
":simulcrypt_server",
|
||||
],
|
||||
srcs = glob(["*.h"]),
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
|
||||
Reference in New Issue
Block a user