Sign in
fuchsia
/
third_party
/
github.com
/
google
/
flatbuffers
/
caf3b494dbadbbe501ef8fbc1eee8cc4e0152456
/
.
/
goldens
/
java
/
generate.py
blob: 369ceb022be57ec2a7e0d5eec039cc36dd02a1a3 [
file
] [
log
] [
blame
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with Java specifics
flatc_golden
(
options
=[
"--java"
]
+
options
,
schema
=
schema
,
prefix
=
"java"
)
def
GenerateJava
():
flatc
([],
"basic.fbs"
)