Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 1 | // |
Adam Lesinski | d48944a | 2017-02-21 14:22:30 -0800 | [diff] [blame] | 2 | // Copyright (C) 2017 The Android Open Source Project |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
| 17 | toolSources = [ |
Adam Lesinski | d0f492d | 2017-04-03 18:12:45 -0700 | [diff] [blame] | 18 | "cmd/Compile.cpp", |
| 19 | "cmd/Diff.cpp", |
| 20 | "cmd/Dump.cpp", |
| 21 | "cmd/Link.cpp", |
| 22 | "cmd/Optimize.cpp", |
| 23 | "cmd/Util.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 24 | ] |
| 25 | |
| 26 | cc_defaults { |
| 27 | name: "aapt_defaults", |
| 28 | cflags: [ |
| 29 | "-Wall", |
| 30 | "-Werror", |
| 31 | "-Wno-unused-parameter", |
| 32 | ], |
| 33 | cppflags: [ |
| 34 | "-Wno-missing-field-initializers", |
| 35 | "-fno-exceptions", |
| 36 | "-fno-rtti", |
| 37 | ], |
| 38 | target: { |
| 39 | windows: { |
| 40 | enabled: true, |
| 41 | cflags: ["-Wno-maybe-uninitialized"], |
| 42 | static_libs: ["libz"], |
| 43 | }, |
| 44 | darwin: { |
| 45 | cflags: ["-D_DARWIN_UNLIMITED_STREAMS"], |
| 46 | host_ldlibs: ["-lz"], |
| 47 | }, |
| 48 | linux: { |
| 49 | host_ldlibs: ["-lz"], |
| 50 | }, |
| 51 | }, |
| 52 | static_libs: [ |
| 53 | "libandroidfw", |
| 54 | "libutils", |
| 55 | "liblog", |
| 56 | "libcutils", |
| 57 | "libexpat", |
| 58 | "libziparchive", |
| 59 | "libpng", |
| 60 | "libbase", |
| 61 | "libprotobuf-cpp-lite", |
| 62 | ], |
| 63 | group_static_libs: true, |
| 64 | } |
| 65 | |
| 66 | // ========================================================== |
| 67 | // NOTE: Do not add any shared libraries. |
| 68 | // AAPT2 is built to run on many environments |
| 69 | // that may not have the required dependencies. |
| 70 | // ========================================================== |
| 71 | |
| 72 | // ========================================================== |
| 73 | // Build the host static library: aapt2 |
| 74 | // ========================================================== |
| 75 | cc_library_host_static { |
| 76 | name: "libaapt2", |
| 77 | srcs: [ |
| 78 | "compile/IdAssigner.cpp", |
| 79 | "compile/InlineXmlFormatParser.cpp", |
| 80 | "compile/NinePatch.cpp", |
| 81 | "compile/Png.cpp", |
| 82 | "compile/PngChunkFilter.cpp", |
| 83 | "compile/PngCrunch.cpp", |
| 84 | "compile/PseudolocaleGenerator.cpp", |
| 85 | "compile/Pseudolocalizer.cpp", |
| 86 | "compile/XmlIdCollector.cpp", |
Shane Farmer | 74cdea3 | 2017-05-12 16:22:36 -0700 | [diff] [blame^] | 87 | "configuration/ConfigurationParser.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 88 | "filter/ConfigFilter.cpp", |
| 89 | "flatten/Archive.cpp", |
| 90 | "flatten/TableFlattener.cpp", |
| 91 | "flatten/XmlFlattener.cpp", |
Adam Lesinski | 06460ef | 2017-03-14 18:52:13 -0700 | [diff] [blame] | 92 | "io/BigBufferStreams.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 93 | "io/File.cpp", |
| 94 | "io/FileSystem.cpp", |
Adam Lesinski | d0f492d | 2017-04-03 18:12:45 -0700 | [diff] [blame] | 95 | "io/Util.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 96 | "io/ZipArchive.cpp", |
| 97 | "link/AutoVersioner.cpp", |
| 98 | "link/ManifestFixer.cpp", |
| 99 | "link/ProductFilter.cpp", |
| 100 | "link/PrivateAttributeMover.cpp", |
| 101 | "link/ReferenceLinker.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 102 | "link/TableMerger.cpp", |
Adam Lesinski | c744ae8 | 2017-05-17 19:28:38 -0700 | [diff] [blame] | 103 | "link/XmlCompatVersioner.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 104 | "link/XmlNamespaceRemover.cpp", |
| 105 | "link/XmlReferenceLinker.cpp", |
Adam Lesinski | d48944a | 2017-02-21 14:22:30 -0800 | [diff] [blame] | 106 | "optimize/ResourceDeduper.cpp", |
| 107 | "optimize/VersionCollapser.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 108 | "process/SymbolTable.cpp", |
| 109 | "proto/ProtoHelpers.cpp", |
| 110 | "proto/TableProtoDeserializer.cpp", |
| 111 | "proto/TableProtoSerializer.cpp", |
| 112 | "split/TableSplitter.cpp", |
| 113 | "unflatten/BinaryResourceParser.cpp", |
| 114 | "unflatten/ResChunkPullParser.cpp", |
| 115 | "util/BigBuffer.cpp", |
| 116 | "util/Files.cpp", |
| 117 | "util/Util.cpp", |
| 118 | "ConfigDescription.cpp", |
| 119 | "Debug.cpp", |
| 120 | "DominatorTree.cpp", |
| 121 | "Flags.cpp", |
| 122 | "java/AnnotationProcessor.cpp", |
| 123 | "java/ClassDefinition.cpp", |
| 124 | "java/JavaClassGenerator.cpp", |
| 125 | "java/ManifestClassGenerator.cpp", |
| 126 | "java/ProguardRules.cpp", |
Pierre Lecesne | ff759e6 | 2017-02-01 00:29:25 +0000 | [diff] [blame] | 127 | "LoadedApk.cpp", |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 128 | "Locale.cpp", |
| 129 | "Resource.cpp", |
| 130 | "ResourceParser.cpp", |
| 131 | "ResourceTable.cpp", |
| 132 | "ResourceUtils.cpp", |
| 133 | "ResourceValues.cpp", |
| 134 | "SdkConstants.cpp", |
| 135 | "StringPool.cpp", |
| 136 | "xml/XmlActionExecutor.cpp", |
| 137 | "xml/XmlDom.cpp", |
| 138 | "xml/XmlPullParser.cpp", |
| 139 | "xml/XmlUtil.cpp", |
| 140 | "Format.proto", |
| 141 | ], |
| 142 | proto: { |
| 143 | export_proto_headers: true, |
| 144 | }, |
| 145 | defaults: ["aapt_defaults"], |
| 146 | } |
| 147 | |
| 148 | // ========================================================== |
| 149 | // Build the host shared library: aapt2_jni |
| 150 | // ========================================================== |
| 151 | cc_library_host_shared { |
| 152 | name: "libaapt2_jni", |
| 153 | srcs: toolSources + ["jni/aapt2_jni.cpp"], |
| 154 | static_libs: ["libaapt2"], |
| 155 | defaults: ["aapt_defaults"], |
| 156 | } |
| 157 | |
| 158 | // ========================================================== |
| 159 | // Build the host tests: aapt2_tests |
| 160 | // ========================================================== |
| 161 | cc_test_host { |
| 162 | name: "aapt2_tests", |
| 163 | srcs: ["**/*_test.cpp"], |
Shane Farmer | 74cdea3 | 2017-05-12 16:22:36 -0700 | [diff] [blame^] | 164 | static_libs: [ |
| 165 | "libaapt2", |
| 166 | "libgmock", |
| 167 | ], |
Fabien Sanglard | 1916020 | 2017-01-12 14:24:31 -0500 | [diff] [blame] | 168 | defaults: ["aapt_defaults"], |
| 169 | } |
| 170 | |
| 171 | // ========================================================== |
| 172 | // Build the host executable: aapt2 |
| 173 | // ========================================================== |
| 174 | cc_binary_host { |
| 175 | name: "aapt2", |
| 176 | srcs: ["Main.cpp"] + toolSources, |
| 177 | static_libs: ["libaapt2"], |
| 178 | defaults: ["aapt_defaults"], |
| 179 | } |