Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 1 | // Copyright (C) 2018 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
Bob Badour | 051ef78 | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 15 | package { |
| 16 | // See: http://go/android-license-faq |
| 17 | // A large-scale-change added 'default_applicable_licenses' to import |
| 18 | // all of the 'license_kinds' from "frameworks_base_license" |
| 19 | // to get the below license kinds: |
| 20 | // SPDX-license-identifier-Apache-2.0 |
| 21 | default_applicable_licenses: ["frameworks_base_license"], |
| 22 | } |
| 23 | |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 24 | cc_defaults { |
| 25 | name: "idmap2_defaults", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 26 | tidy: true, |
Stephen Hines | 328a29c | 2020-06-09 00:14:52 -0700 | [diff] [blame] | 27 | tidy_checks: [ |
| 28 | "modernize-*", |
| 29 | "-modernize-avoid-c-arrays", |
| 30 | "-modernize-use-trailing-return-type", |
| 31 | "android-*", |
| 32 | "misc-*", |
| 33 | "readability-*", |
| 34 | ], |
Stephen Hines | ab17065 | 2020-06-09 00:13:57 -0700 | [diff] [blame] | 35 | tidy_checks_as_errors: [ |
Ryan Mitchell | 1982345 | 2019-01-29 12:01:24 -0800 | [diff] [blame] | 36 | "modernize-*", |
| 37 | "-modernize-avoid-c-arrays", |
Yabin Cui | 5fa57f6 | 2021-07-14 17:25:16 -0700 | [diff] [blame] | 38 | "-modernize-concat-nested-namespaces", |
Chih-Hung Hsieh | 14d955f | 2021-02-11 11:52:15 -0800 | [diff] [blame] | 39 | "-modernize-pass-by-value", |
| 40 | "-modernize-replace-disallow-copy-and-assign-macro", |
Yabin Cui | 5fa57f6 | 2021-07-14 17:25:16 -0700 | [diff] [blame] | 41 | "-modernize-return-braced-init-list", |
Chih-Hung Hsieh | 14d955f | 2021-02-11 11:52:15 -0800 | [diff] [blame] | 42 | "-modernize-use-equals-default", |
| 43 | "-modernize-use-nodiscard", |
| 44 | "-modernize-use-override", |
Yi Kong | fbafa51 | 2019-07-27 14:43:50 -0700 | [diff] [blame] | 45 | "-modernize-use-trailing-return-type", |
Chih-Hung Hsieh | 14d955f | 2021-02-11 11:52:15 -0800 | [diff] [blame] | 46 | "-modernize-use-using", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 47 | "android-*", |
| 48 | "misc-*", |
Chih-Hung Hsieh | 14d955f | 2021-02-11 11:52:15 -0800 | [diff] [blame] | 49 | "-misc-non-private-member-variables-in-classes", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 50 | "readability-*", |
Chih-Hung Hsieh | 14d955f | 2021-02-11 11:52:15 -0800 | [diff] [blame] | 51 | "-readability-braces-around-statements", |
| 52 | "-readability-const-return-type", |
| 53 | "-readability-convert-member-functions-to-static", |
| 54 | "-readability-else-after-return", |
Chih-Hung Hsieh | 715a6c4 | 2021-10-04 16:01:56 -0700 | [diff] [blame] | 55 | "-readability-identifier-length", |
Chih-Hung Hsieh | 14d955f | 2021-02-11 11:52:15 -0800 | [diff] [blame] | 56 | "-readability-named-parameter", |
| 57 | "-readability-redundant-access-specifiers", |
| 58 | "-readability-uppercase-literal-suffix", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 59 | ], |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 60 | } |
| 61 | |
| 62 | cc_library { |
| 63 | name: "libidmap2", |
| 64 | defaults: [ |
| 65 | "idmap2_defaults", |
| 66 | ], |
| 67 | host_supported: true, |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 68 | srcs: [ |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 69 | "libidmap2/**/*.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 70 | ], |
| 71 | export_include_dirs: ["include"], |
| 72 | target: { |
| 73 | android: { |
| 74 | static: { |
| 75 | enabled: false, |
| 76 | }, |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 77 | static_libs: [ |
| 78 | "libidmap2_protos", |
| 79 | ], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 80 | shared_libs: [ |
| 81 | "libandroidfw", |
| 82 | "libbase", |
Mårten Kongstad | 4cbb007 | 2018-11-30 16:22:05 +0100 | [diff] [blame] | 83 | "libcutils", |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 84 | "libidmap2_policies", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 85 | "libprotobuf-cpp-lite", |
| 86 | "libutils", |
| 87 | "libz", |
| 88 | "libziparchive", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 89 | ], |
| 90 | }, |
| 91 | host: { |
| 92 | shared: { |
| 93 | enabled: false, |
| 94 | }, |
| 95 | static_libs: [ |
| 96 | "libandroidfw", |
| 97 | "libbase", |
Steven Moreland | 598bda8 | 2019-09-18 12:58:11 -0700 | [diff] [blame] | 98 | "libcutils", |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 99 | "libidmap2_policies", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 100 | "libidmap2_protos", |
| 101 | "libprotobuf-cpp-lite", |
| 102 | "libutils", |
| 103 | "libz", |
| 104 | "libziparchive", |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 105 | ], |
| 106 | }, |
| 107 | }, |
| 108 | } |
| 109 | |
| 110 | cc_library { |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 111 | name: "libidmap2_protos", |
| 112 | srcs: [ |
| 113 | "libidmap2/proto/*.proto", |
| 114 | ], |
| 115 | host_supported: true, |
| 116 | proto: { |
| 117 | type: "lite", |
| 118 | export_proto_headers: true, |
| 119 | }, |
| 120 | } |
| 121 | |
| 122 | cc_library { |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 123 | name: "libidmap2_policies", |
| 124 | defaults: [ |
| 125 | "idmap2_defaults", |
| 126 | ], |
| 127 | host_supported: true, |
| 128 | export_include_dirs: ["libidmap2_policies/include"], |
| 129 | target: { |
| 130 | windows: { |
| 131 | enabled: true, |
| 132 | }, |
| 133 | android: { |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 134 | shared_libs: [ |
| 135 | "libandroidfw", |
| 136 | ], |
| 137 | }, |
| 138 | host: { |
| 139 | shared: { |
| 140 | enabled: false, |
| 141 | }, |
| 142 | static_libs: [ |
| 143 | "libandroidfw", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 144 | ], |
| 145 | }, |
| 146 | }, |
| 147 | } |
| 148 | |
| 149 | cc_test { |
| 150 | name: "idmap2_tests", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 151 | defaults: [ |
| 152 | "idmap2_defaults", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 153 | ], |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 154 | tidy_checks: [ |
| 155 | "-readability-magic-numbers", |
| 156 | ], |
| 157 | host_supported: true, |
Ryan Mitchell | bcc179a | 2019-03-29 14:55:51 -0700 | [diff] [blame] | 158 | test_suites: ["general-tests"], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 159 | srcs: [ |
| 160 | "tests/BinaryStreamVisitorTests.cpp", |
| 161 | "tests/CommandLineOptionsTests.cpp", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 162 | "tests/FabricatedOverlayTests.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 163 | "tests/FileUtilsTests.cpp", |
| 164 | "tests/Idmap2BinaryTests.cpp", |
| 165 | "tests/IdmapTests.cpp", |
| 166 | "tests/Main.cpp", |
Mårten Kongstad | d10d06d | 2019-01-07 17:26:25 -0800 | [diff] [blame] | 167 | "tests/PoliciesTests.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 168 | "tests/PrettyPrintVisitorTests.cpp", |
| 169 | "tests/RawPrintVisitorTests.cpp", |
Ryan Mitchell | 9e4f52b | 2019-09-19 12:15:52 -0700 | [diff] [blame] | 170 | "tests/ResourceMappingTests.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 171 | "tests/ResourceUtilsTests.cpp", |
Mårten Kongstad | 1e99b17 | 2019-01-28 08:49:12 +0100 | [diff] [blame] | 172 | "tests/ResultTests.cpp", |
Ryan Mitchell | cd965a3 | 2019-09-18 14:52:45 -0700 | [diff] [blame] | 173 | "tests/XmlParserTests.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 174 | ], |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 175 | required: [ |
| 176 | "idmap2", |
| 177 | ], |
| 178 | static_libs: [ |
| 179 | "libgmock", |
| 180 | "libidmap2_protos", |
| 181 | ], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 182 | target: { |
| 183 | android: { |
| 184 | shared_libs: [ |
| 185 | "libandroidfw", |
| 186 | "libbase", |
| 187 | "libidmap2", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 188 | "libidmap2_policies", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 189 | "liblog", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 190 | "libprotobuf-cpp-lite", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 191 | "libutils", |
| 192 | "libz", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 193 | "libz", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 194 | "libziparchive", |
| 195 | ], |
| 196 | }, |
| 197 | host: { |
| 198 | static_libs: [ |
| 199 | "libandroidfw", |
| 200 | "libbase", |
Steven Moreland | 598bda8 | 2019-09-18 12:58:11 -0700 | [diff] [blame] | 201 | "libcutils", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 202 | "libidmap2", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 203 | "libidmap2_policies", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 204 | "liblog", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 205 | "libprotobuf-cpp-lite", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 206 | "libutils", |
| 207 | "libziparchive", |
| 208 | ], |
| 209 | shared_libs: [ |
| 210 | "libz", |
| 211 | ], |
Julien Desprez | 91e0330 | 2021-02-08 16:46:08 -0800 | [diff] [blame] | 212 | data: [ |
| 213 | ":libz", |
| 214 | ":idmap2", |
| 215 | ], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 216 | }, |
| 217 | }, |
Julien Desprez | 91e0330 | 2021-02-08 16:46:08 -0800 | [diff] [blame] | 218 | data: [ |
| 219 | "tests/data/**/*.apk", |
| 220 | ], |
| 221 | compile_multilib: "first", |
| 222 | test_options: { |
| 223 | unit_test: true, |
| 224 | }, |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 225 | } |
| 226 | |
| 227 | cc_binary { |
| 228 | name: "idmap2", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 229 | defaults: [ |
| 230 | "idmap2_defaults", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 231 | ], |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 232 | host_supported: true, |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 233 | srcs: [ |
Ryan Mitchell | a707013 | 2020-05-13 14:17:52 -0700 | [diff] [blame] | 234 | "idmap2/CommandUtils.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 235 | "idmap2/Create.cpp", |
Ryan Mitchell | 9b93942 | 2020-02-04 10:18:53 -0800 | [diff] [blame] | 236 | "idmap2/CreateMultiple.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 237 | "idmap2/Dump.cpp", |
| 238 | "idmap2/Lookup.cpp", |
| 239 | "idmap2/Main.cpp", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 240 | ], |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 241 | static_libs: [ |
| 242 | "libidmap2_protos", |
| 243 | ], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 244 | target: { |
| 245 | android: { |
| 246 | shared_libs: [ |
| 247 | "libandroidfw", |
| 248 | "libbase", |
Mårten Kongstad | 4cbb007 | 2018-11-30 16:22:05 +0100 | [diff] [blame] | 249 | "libcutils", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 250 | "libidmap2", |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 251 | "libidmap2_policies", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 252 | "libprotobuf-cpp-lite", |
| 253 | "libutils", |
| 254 | "libz", |
| 255 | "libziparchive", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 256 | ], |
| 257 | }, |
| 258 | host: { |
| 259 | static_libs: [ |
| 260 | "libandroidfw", |
| 261 | "libbase", |
Steven Moreland | 598bda8 | 2019-09-18 12:58:11 -0700 | [diff] [blame] | 262 | "libcutils", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 263 | "libidmap2", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 264 | "libidmap2_policies", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 265 | "liblog", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 266 | "libprotobuf-cpp-lite", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 267 | "libutils", |
| 268 | "libziparchive", |
| 269 | ], |
| 270 | shared_libs: [ |
| 271 | "libz", |
| 272 | ], |
| 273 | }, |
| 274 | }, |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 275 | |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 276 | } |
| 277 | |
| 278 | cc_binary { |
| 279 | name: "idmap2d", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 280 | defaults: [ |
| 281 | "idmap2_defaults", |
| 282 | ], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 283 | host_supported: false, |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 284 | srcs: [ |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 285 | "idmap2d/Idmap2Service.cpp", |
| 286 | "idmap2d/Main.cpp", |
| 287 | ], |
| 288 | shared_libs: [ |
| 289 | "libandroidfw", |
| 290 | "libbase", |
| 291 | "libbinder", |
| 292 | "libcutils", |
| 293 | "libidmap2", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 294 | "libidmap2_policies", |
| 295 | "libprotobuf-cpp-lite", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 296 | "libutils", |
| 297 | "libziparchive", |
| 298 | ], |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 299 | static_libs: [ |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 300 | "libc++fs", |
Ryan Mitchell | 2ed8bfa | 2021-01-08 13:34:28 -0800 | [diff] [blame] | 301 | "libidmap2_protos", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 302 | "libidmap2daidl", |
| 303 | ], |
Mårten Kongstad | b87b5072 | 2018-09-21 09:58:10 +0200 | [diff] [blame] | 304 | init_rc: ["idmap2d/idmap2d.rc"], |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 305 | } |
| 306 | |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 307 | cc_library_static { |
| 308 | name: "libidmap2daidl", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 309 | srcs: [ |
| 310 | ":idmap2_aidl", |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 311 | ":idmap2_core_aidl", |
| 312 | ], |
| 313 | header_libs: [ |
| 314 | "libbinder_headers", |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 315 | ], |
| 316 | shared_libs: [ |
| 317 | "libbase", |
| 318 | ], |
| 319 | aidl: { |
| 320 | export_aidl_headers: true, |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 321 | local_include_dirs: [ |
| 322 | "idmap2d/aidl/core", |
| 323 | "idmap2d/aidl/services/", |
| 324 | ], |
Mårten Kongstad | 3c9bc61 | 2018-11-19 08:26:16 +0100 | [diff] [blame] | 325 | }, |
| 326 | } |
| 327 | |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 328 | filegroup { |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 329 | name: "idmap2_core_aidl", |
| 330 | srcs: [ |
| 331 | "idmap2d/aidl/core/android/os/FabricatedOverlayInternal.aidl", |
| 332 | "idmap2d/aidl/core/android/os/FabricatedOverlayInternalEntry.aidl", |
| 333 | "idmap2d/aidl/core/android/os/FabricatedOverlayInfo.aidl", |
| 334 | ], |
| 335 | path: "idmap2d/aidl/core/", |
| 336 | } |
| 337 | |
| 338 | filegroup { |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 339 | name: "idmap2_aidl", |
| 340 | srcs: [ |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 341 | "idmap2d/aidl/services/android/os/IIdmap2.aidl", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 342 | ], |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 343 | path: "idmap2d/aidl/services/", |
Mårten Kongstad | 0275123 | 2018-04-27 13:16:32 +0200 | [diff] [blame] | 344 | } |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 345 | |
| 346 | aidl_interface { |
| 347 | name: "overlayable_policy_aidl", |
Jiyong Park | db589dd | 2020-04-13 12:55:24 +0900 | [diff] [blame] | 348 | unstable: true, |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 349 | srcs: [":overlayable_policy_aidl_files"], |
| 350 | } |
| 351 | |
| 352 | filegroup { |
| 353 | name: "overlayable_policy_aidl_files", |
| 354 | srcs: [ |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 355 | "idmap2d/aidl/services/android/os/OverlayablePolicy.aidl", |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 356 | ], |
Ryan Mitchell | 6a2ca78 | 2021-01-19 13:51:15 -0800 | [diff] [blame] | 357 | path: "idmap2d/aidl/services/", |
Winson | 62ac8b5 | 2019-12-04 08:36:48 -0800 | [diff] [blame] | 358 | } |