Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/tools/tools/treble/build/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 946 B image not shown  

Quelle  Android.bp   Sprache: unbekannt

 
Spracherkennung für: .bp vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

python_defaults {
    name: "treble_build_default",
    pkg_path: "treble/build",
}

python_library_host {
    name: "treble_build_lib",
    defaults: ["treble_build_default"],
    srcs: [
        "sandbox/abfs.py",
        "sandbox/build_android_sandboxed.py",
        "sandbox/config.py",
        "sandbox/nsjail.py",
        "sandbox/overlay.py",
        "sandbox/rbe.py",
    ],
}

python_test_host {
    name: "treble_build_test",
    main: "test.py",
    defaults: ["treble_build_default"],
    srcs: [
        "sandbox/build_android_sandboxed_test.py",
        "sandbox/config_test.py",
        "sandbox/nsjail_test.py",
        "sandbox/overlay_test.py",
        "sandbox/rbe_test.py",
        "test.py",
        "sample_test.py",
    ],
    libs: [
        "treble_build_lib",
    ],
    test_config: "test.xml",
    test_options: {
        unit_test: true,
    },
}

[Dauer der Verarbeitung: 0.1 Sekunden, vorverarbeitet 2026-06-27]