mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 19:15:53 +08:00
GP-0: Change SymbolicSummaryZ3 to be an extension.
This commit is contained in:
+5
-5
@@ -16,10 +16,10 @@
|
|||||||
apply from: "$rootProject.projectDir/gradle/javaProject.gradle"
|
apply from: "$rootProject.projectDir/gradle/javaProject.gradle"
|
||||||
apply from: "$rootProject.projectDir/gradle/jacocoProject.gradle"
|
apply from: "$rootProject.projectDir/gradle/jacocoProject.gradle"
|
||||||
apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle"
|
apply from: "$rootProject.projectDir/gradle/javaTestProject.gradle"
|
||||||
apply from: "$rootProject.projectDir/gradle/distributableGhidraModule.gradle"
|
apply from: "$rootProject.projectDir/gradle/distributableGhidraExtension.gradle"
|
||||||
|
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
eclipse.project.name = 'Debug SymbolicSummaryZ3'
|
eclipse.project.name = 'Xtra SymbolicSummaryZ3'
|
||||||
|
|
||||||
ext.Z3_VER = "4.13.0"
|
ext.Z3_VER = "4.13.0"
|
||||||
ext.Z3_ARM64_OSX_VER = "11.0"
|
ext.Z3_ARM64_OSX_VER = "11.0"
|
||||||
@@ -126,11 +126,11 @@ task z3DevUnpackPlatforms(type: Copy) {
|
|||||||
destinationDir file("build/os")
|
destinationDir file("build/os")
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.assembleDistribution {
|
zipExtensions {
|
||||||
into(getZipPath(this.project) + "/os") {
|
into(getBaseProjectName(this.project) + "/os") {
|
||||||
with z3CopySpec
|
with z3CopySpec
|
||||||
}
|
}
|
||||||
into(getZipPath(this.project)) {
|
into(getBaseProjectName(this.project)) {
|
||||||
from(this.project.file(".")) {
|
from(this.project.file(".")) {
|
||||||
include("README.md")
|
include("README.md")
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user