1commands: { 2 copy_before: { 3 from: "out/host/linux-x86/bin/xsdc" 4 to: "tools/out/bin/xsdc" 5 } 6 copy_before: { 7 from: "out/host/linux-x86/framework/xsdc.jar" 8 to: "tools/out/framework/xsdc.jar" 9 } 10 copy_before: { 11 from: "art/odrefresh/CacheInfo.xsd" 12 to: "art/odrefresh/CacheInfo.xsd" 13 } 14 chdir: true 15 command: "__SBOX_SANDBOX_DIR__/tools/out/bin/xsdc art/odrefresh/CacheInfo.xsd -p com.android.art -o __SBOX_SANDBOX_DIR__/out -c -w -t " 16 copy_after: { 17 from: "out/com_android_art.cpp" 18 to: "out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/com_android_art.cpp" 19 } 20 copy_after: { 21 from: "out/com_android_art_enums.cpp" 22 to: "out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/com_android_art_enums.cpp" 23 } 24 copy_after: { 25 from: "out/include/com_android_art.h" 26 to: "out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/include/com_android_art.h" 27 } 28 copy_after: { 29 from: "out/include/com_android_art_enums.h" 30 to: "out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/include/com_android_art_enums.h" 31 } 32 input_hash: "1c2cb4c7b86c1c78f0fc85ed97f4b56a07e8d05def480bd8d1d16ee611df41a3" 33 env: { 34 name: "PATH" 35 inherit: true 36 } 37 env: { 38 name: "JAVA_HOME" 39 inherit: true 40 } 41 env: { 42 name: "TMPDIR" 43 inherit: true 44 } 45 env: { 46 name: "RBE_log_dir" 47 inherit: true 48 } 49 env: { 50 name: "RBE_platform" 51 inherit: true 52 } 53 env: { 54 name: "RBE_server_address" 55 inherit: true 56 } 57 env: { 58 name: "RBE_exec_root" 59 inherit: true 60 } 61 env: { 62 name: "OUT_DIR" 63 value: "out" 64 } 65 dont_inherit_env: true 66} 67 68