Lines Matching refs:to
9 # Unless required by applicable law or agreed to in writing, software
16 # Just bump this if you want to force a clean build.
31 # If you don't need to do a full clean build but would like to touch
32 # a file or delete some intermediate files, add a clean step to the end
40 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
43 # Use $(PRODUCT_OUT) to get to the "out/target/product/blah/" directory.
44 # Use $(OUT_DIR) to refer to the "out" directory.
46 # If you need to re-do something that's already mentioned, just copy
47 # the command and add it to the bottom of the list. E.g., if a change
50 # touch step and add it to the end of the list.