blob: a9fe3ad1a59674ad9c599b28b1e2d47c7a70a1d3 [file] [log] [blame]
Bob Badoure539dba2021-02-12 17:07:05 -08001package {
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 "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Colin Cross20bc2bf2019-07-24 15:53:15 -070010android_app {
11 name: "SimAppDialog",
Jeff Sharkeyd23b5372020-10-23 14:30:42 -060012 defaults: ["platform_app_defaults"],
Colin Cross20bc2bf2019-07-24 15:53:15 -070013
14 srcs: ["src/**/*.java"],
15
16 platform_apis: true,
Colin Cross20bc2bf2019-07-24 15:53:15 -070017
18 static_libs: [
19 "androidx.legacy_legacy-support-v4",
Pasty Chang9f83bd22020-09-09 11:09:56 +000020 "setup-wizard-lib",
Colin Cross20bc2bf2019-07-24 15:53:15 -070021 ],
22
23 resource_dirs: ["res"],
24}