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",
|
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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user