1commands: { 2 copy_before: { 3 from: "device/google/cuttlefish/shared/config/sed.cts" 4 to: "tools/src/device/google/cuttlefish/shared/config/sed.cts" 5 } 6 copy_before: { 7 from: "device/google/cuttlefish/shared/config/sed.ext4" 8 to: "tools/src/device/google/cuttlefish/shared/config/sed.ext4" 9 } 10 copy_before: { 11 from: "device/google/cuttlefish/shared/config/fstab.in" 12 to: "device/google/cuttlefish/shared/config/fstab.in" 13 } 14 chdir: true 15 command: "sed -f __SBOX_SANDBOX_DIR__/tools/src/device/google/cuttlefish/shared/config/sed.ext4 -f __SBOX_SANDBOX_DIR__/tools/src/device/google/cuttlefish/shared/config/sed.cts device/google/cuttlefish/shared/config/fstab.in > __SBOX_SANDBOX_DIR__/out/fstab.cf.ext4.cts" 16 copy_after: { 17 from: "out/fstab.cf.ext4.cts" 18 to: "out/soong/.intermediates/device/google/cuttlefish/shared/config/gen_fstab_cf_ext4_cts/gen/fstab.cf.ext4.cts" 19 } 20 input_hash: "eb1669742de0eaac0e7d7c967ab2abca7e65bf547c1fdeaa35daf543724458cb" 21 env: { 22 name: "PATH" 23 inherit: true 24 } 25 env: { 26 name: "JAVA_HOME" 27 inherit: true 28 } 29 env: { 30 name: "TMPDIR" 31 inherit: true 32 } 33 env: { 34 name: "RBE_log_dir" 35 inherit: true 36 } 37 env: { 38 name: "RBE_platform" 39 inherit: true 40 } 41 env: { 42 name: "RBE_server_address" 43 inherit: true 44 } 45 env: { 46 name: "RBE_exec_root" 47 inherit: true 48 } 49 env: { 50 name: "OUT_DIR" 51 value: "out" 52 } 53 dont_inherit_env: true 54} 55 56