Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/master
/
.
/
goldens
/
java
/
generate.py
blob: 369ceb022be57ec2a7e0d5eec039cc36dd02a1a3 [
file
] [
log
] [
blame
] [
edit
]
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"
)