1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "device_generic_opengl-transport_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    //   SPDX-license-identifier-GPL-2.0
8    default_applicable_licenses: ["device_generic_opengl-transport_license"],
9}
10
11cc_binary_host {
12    name: "emugen_cuttlefish",
13    srcs: [
14        "ApiGen.cpp",
15        "EntryPoint.cpp",
16        "main.cpp",
17        "Parser.cpp",
18        "strUtils.cpp",
19        "TypeFactory.cpp",
20    ],
21    cflags: ["-Wno-unused-parameter"],
22}
23