commands: { copy_before: { from: "build/soong/scripts/jar-wrapper.sh" to: "tools/out/bin/systemfeatures-gen-tool" executable: true } copy_before: { from: "out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-gen-tool/linux_glibc_common/combined/systemfeatures-gen-tool.jar" to: "tools/out/framework/systemfeatures-gen-tool.jar" executable: false } chdir: true command: "__SBOX_SANDBOX_DIR__/tools/out/bin/systemfeatures-gen-tool com.android.systemfeatures.RwNoFeatures --readonly=false > __SBOX_SANDBOX_DIR__/out/RwNoFeatures.java && __SBOX_SANDBOX_DIR__/tools/out/bin/systemfeatures-gen-tool com.android.systemfeatures.RoNoFeatures --readonly=true --feature-apis=WATCH > __SBOX_SANDBOX_DIR__/out/RoNoFeatures.java && __SBOX_SANDBOX_DIR__/tools/out/bin/systemfeatures-gen-tool com.android.systemfeatures.RwFeatures --readonly=false --feature=WATCH:1 --feature=WIFI:0 --feature=VULKAN:UNAVAILABLE --feature=AUTO: > __SBOX_SANDBOX_DIR__/out/RwFeatures.java && __SBOX_SANDBOX_DIR__/tools/out/bin/systemfeatures-gen-tool com.android.systemfeatures.RoFeatures --readonly=true --feature=WATCH:1 --feature=WIFI:0 --feature=VULKAN:UNAVAILABLE --feature=AUTO: --feature-apis=WATCH,PC > __SBOX_SANDBOX_DIR__/out/RoFeatures.java" copy_after: { from: "out/RoFeatures.java" to: "out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-gen-tests-srcs/gen/RoFeatures.java" } copy_after: { from: "out/RoNoFeatures.java" to: "out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-gen-tests-srcs/gen/RoNoFeatures.java" } copy_after: { from: "out/RwFeatures.java" to: "out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-gen-tests-srcs/gen/RwFeatures.java" } copy_after: { from: "out/RwNoFeatures.java" to: "out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-gen-tests-srcs/gen/RwNoFeatures.java" } input_hash: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" env: { name: "PATH" inherit: true } env: { name: "JAVA_HOME" inherit: true } env: { name: "TMPDIR" inherit: true } env: { name: "RBE_log_dir" inherit: true } env: { name: "RBE_platform" inherit: true } env: { name: "RBE_server_address" inherit: true } env: { name: "RBE_exec_root" inherit: true } env: { name: "OUT_DIR" value: "out" } dont_inherit_env: true }