Merge remote-tracking branch 'origin/Ghidra_12.1'

This commit is contained in:
Ryan Kurtz
2026-04-28 05:57:39 -04:00
3 changed files with 5 additions and 2 deletions
@@ -128,6 +128,7 @@ public class CreateUEFIGDTArchivesScript extends GhidraScript {
};
String args[] = {
"-DSTATIC_ASSERT=static_assert"
};
parseHeaderFilesToGDT(outputDirectory, "uefi_"+name, languageID, compiler, filenames, includePaths, args);
-2
View File
@@ -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) {
+4
View File
@@ -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....)