Skip to content

Commit 648e0fd

Browse files
committed
Add products for each target
1 parent 99bb47e commit 648e0fd

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Package.swift

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,57 @@ var package = Package(
2424
products: [
2525
.library(
2626
name: "AndroidKit", targets: ["AndroidKit"]
27+
),
28+
.library(
29+
name: "AndroidJava", targets: ["AndroidJava"]
30+
),
31+
.library(
32+
name: "AndroidManifest", targets: ["AndroidManifest"]
33+
),
34+
.library(
35+
name: "AndroidR", targets: ["AndroidR"]
36+
),
37+
.library(
38+
name: "AndroidAnimation", targets: ["AndroidAnimation"]
39+
),
40+
.library(
41+
name: "AndroidUtil", targets: ["AndroidUtil"]
42+
),
43+
.library(
44+
name: "AndroidOS", targets: ["AndroidOS"]
45+
),
46+
.library(
47+
name: "AndroidApp", targets: ["AndroidApp"]
48+
),
49+
.library(
50+
name: "AndroidContent", targets: ["AndroidContent"]
51+
),
52+
.library(
53+
name: "AndroidGraphics", targets: ["AndroidGraphics"]
54+
),
55+
.library(
56+
name: "AndroidView", targets: ["AndroidView"]
57+
),
58+
.library(
59+
name: "AndroidWidget", targets: ["AndroidWidget"]
60+
),
61+
.library(
62+
name: "AndroidX", targets: ["AndroidX"]
63+
),
64+
.library(
65+
name: "AndroidMaterial", targets: ["AndroidMaterial"]
66+
),
67+
.library(
68+
name: "AndroidWebKit", targets: ["AndroidWebKit"]
69+
),
70+
.library(
71+
name: "AndroidLogging", targets: ["AndroidLogging"]
72+
),
73+
.library(
74+
name: "AndroidLooper", targets: ["AndroidLooper"]
75+
),
76+
.library(
77+
name: "AndroidNDK", targets: ["AndroidNDK"]
2778
)
2879
],
2980
dependencies: [

0 commit comments

Comments
 (0)