Codebase list android-platform-libcore / 1d6da906-2064-4ba9-b5d5-eb9fd86f148c/main Android.bp
1d6da906-2064-4ba9-b5d5-eb9fd86f148c/main

Tree @1d6da906-2064-4ba9-b5d5-eb9fd86f148c/main (Download .tar.gz)

Android.bp @1d6da906-2064-4ba9-b5d5-eb9fd86f148c/mainraw · history · blame

build = [
    "JavaLibrary.bp",
    "NativeCode.bp",
]

genrule {
    name: "notices-for-framework-stubs",
    tool_files: [
        "NOTICE",
        "ojluni/NOTICE",
    ],
    cmd: "cp -f $(location NOTICE) $(genDir)/NOTICES/libcore-NOTICE && cp -f $(location ojluni/NOTICE) $(genDir)/NOTICES/ojluni-NOTICE",
    out: [
        "NOTICES/libcore-NOTICE",
        "NOTICES/ojluni-NOTICE",
    ],
}