mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 20:58:44 +08:00
Merge remote-tracking branch 'origin/Ghidra_12.1'
This commit is contained in:
@@ -128,6 +128,7 @@ public class CreateUEFIGDTArchivesScript extends GhidraScript {
|
||||
};
|
||||
|
||||
String args[] = {
|
||||
"-DSTATIC_ASSERT=static_assert"
|
||||
};
|
||||
|
||||
parseHeaderFilesToGDT(outputDirectory, "uefi_"+name, languageID, compiler, filenames, includePaths, args);
|
||||
|
||||
@@ -177,8 +177,6 @@ String getGlobalFilePathSubDirName(File file) {
|
||||
|
||||
|
||||
plugins.withType(JavaPlugin) {
|
||||
// build up a java classpath for javadocs
|
||||
rootProject.ghidraPath.from(sourceSets.main.compileClasspath)
|
||||
|
||||
rootProject.assembleSource {
|
||||
from (this.project.zipSourceSubproject) {
|
||||
|
||||
@@ -21,6 +21,10 @@ tasks.withType(Test).all {
|
||||
}
|
||||
|
||||
plugins.withType(JavaPlugin) {
|
||||
|
||||
// build up a java classpath for javadocs
|
||||
rootProject.ghidraPath.from(sourceSets.main.compileClasspath)
|
||||
|
||||
task zipSourceSubproject (type: Zip) { t ->
|
||||
|
||||
// Define some metadata about the zip (name, location, version, etc....)
|
||||
|
||||
Reference in New Issue
Block a user