AssemblerSourceSet

注意:此類別為孵化中,並可能在 Gradle 未來版本中變更。

一組組譯語言原始碼。

plugins {
    id 'assembler'
}

model {
    components {
        main(NativeLibrarySpec) {
            sources {
                asm {
                    source {
                        srcDirs "src/main/i386", "src/shared/asm"
                        include "**/*.s"
                    }
                }
            }
        }
    }
}

屬性

屬性描述
source
孵化中

原始碼檔案。

方法

無方法

腳本區塊

無腳本區塊

屬性詳情

SourceDirectorySet source (唯讀)

注意:此屬性為孵化中,並可能在 Gradle 未來版本中變更。

原始碼檔案。