blob: 813fd99a369550c2908d3b873691e07c7a149c97 [file] [log] [blame]
Dan Willemsene05dc6d2016-07-25 17:13:45 -07001// Build the ETC1 library
2cc_library {
3 name: "libETC1",
4 srcs: ["ETC1/etc1.cpp"],
5
6 target: {
7 android: {
8 static: {
9 enabled: false,
10 },
11 },
12 host: {
13 shared: {
14 enabled: false,
15 },
16 },
17 windows: {
18 enabled: true,
19 },
20 },
21}