1commands: { 2 copy_before: { 3 from: "out/soong/.intermediates/art/profman/profman/linux_glibc_x86_64/profman" 4 to: "tools/out/bin/profman" 5 executable: false 6 } 7 copy_before: { 8 from: "cts/hostsidetests/compilation/assets/app_used_by_other_app_1.prof.txt" 9 to: "cts/hostsidetests/compilation/assets/app_used_by_other_app_1.prof.txt" 10 } 11 copy_before: { 12 from: "out/soong/.intermediates/cts/hostsidetests/compilation/app_used_by_other_app/AppUsedByOtherApp/android_common/AppUsedByOtherApp.apk" 13 to: "out/soong/.intermediates/cts/hostsidetests/compilation/app_used_by_other_app/AppUsedByOtherApp/android_common/AppUsedByOtherApp.apk" 14 } 15 chdir: true 16 command: "inputs=(cts/hostsidetests/compilation/assets/app_used_by_other_app_1.prof.txt __SBOX_SANDBOX_DIR__/out/soong/.intermediates/cts/hostsidetests/compilation/app_used_by_other_app/AppUsedByOtherApp/android_common/AppUsedByOtherApp.apk) && __SBOX_SANDBOX_DIR__/tools/out/bin/profman --create-profile-from=${inputs[0]} --apk=${inputs[1]} --dex-location=base.apk --reference-profile-file=__SBOX_SANDBOX_DIR__/out/AppUsedByOtherApp_1.prof" 17 copy_after: { 18 from: "out/AppUsedByOtherApp_1.prof" 19 to: "out/soong/.intermediates/cts/hostsidetests/compilation/AppUsedByOtherApp_1_prof/android_common/gen/AppUsedByOtherApp_1.prof" 20 } 21 input_hash: "bdebf2517cdea457cc94db78ea5475c863022acdcc10fef94d92788debaed22a" 22 env: { 23 name: "PATH" 24 inherit: true 25 } 26 env: { 27 name: "JAVA_HOME" 28 inherit: true 29 } 30 env: { 31 name: "TMPDIR" 32 inherit: true 33 } 34 env: { 35 name: "RBE_log_dir" 36 inherit: true 37 } 38 env: { 39 name: "RBE_platform" 40 inherit: true 41 } 42 env: { 43 name: "RBE_server_address" 44 inherit: true 45 } 46 env: { 47 name: "RBE_exec_root" 48 inherit: true 49 } 50 env: { 51 name: "OUT_DIR" 52 value: "out" 53 } 54 dont_inherit_env: true 55} 56 57