-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APL-Viewhost: March 2022 Release of APL 1.9 compilant Android Viewhos…
…t(1.9.1)
- Loading branch information
1 parent
492a604
commit 630767b
Showing
661 changed files
with
13,800 additions
and
24,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# -*-perl-*- | ||
|
||
package.APLViewhostAndroid = { | ||
interfaces = (1.9); | ||
|
||
deploy = { | ||
generic = true; | ||
}; | ||
|
||
build-environment = { | ||
chroot = basic; | ||
network-access = open; | ||
}; | ||
|
||
build-system = custom-build; | ||
build-tools = { | ||
1.9 = { | ||
BrazilPath = 1.1; | ||
ContainerBuild = 1.2; | ||
ContainerBuildServerAPLKeys = 1.0; | ||
}; | ||
}; | ||
|
||
dependencies = { | ||
1.9 = { | ||
APLCoreEngine = 1.9; | ||
}; | ||
}; | ||
|
||
test-dependencies = { | ||
1.9 = { | ||
# build-tools defined here will be mapped to /opt/build-tools/PackageName inside the build container and added to PATH | ||
}; | ||
}; | ||
|
||
runtime-dependencies = { | ||
1.9 = { | ||
}; | ||
}; | ||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"allAbis": [ | ||
"armeabi-v7a", | ||
"arm64-v8a", | ||
"x86" | ||
], | ||
"validAbis": [ | ||
"X86" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
Oops, something went wrong.