Files
build_soong/android
Colin Cross 2a2e0db2a2 Add an order-only dependency on the build number file
Remote execution and other tools can be confused by references to
build_number.txt without a dependency.  Add an order-only dependency,
which maintains the current behavior.

Test: BUILD_NUMBER=1 && m aapt && aapt version # shows 1
      BUILD_NUMBER=2 && m aapt && aapt version # shows 1
      rm out/soong/.intermediates/frameworks/base/tools/aapt/aapt/linux_glibc_x86_64/aapt
      BUILD_NUMBER=2 && m aapt && aapt version # shows 2
Change-Id: Icfa98d6840b1dc2e273ba29c33011635d1cf93b1
2020-02-28 18:16:56 +00:00
..
2020-01-24 16:43:40 -08:00
2019-12-18 08:19:10 -08:00
2018-07-22 21:18:45 -07:00
2019-10-18 18:28:00 +00:00
2020-01-22 16:54:18 -08:00
2019-12-18 08:19:10 -08:00
2020-02-14 12:33:52 -08:00
2019-12-18 08:19:10 -08:00
2020-01-24 16:43:40 -08:00
2019-12-18 08:19:10 -08:00
2020-01-22 16:54:18 -08:00
2020-01-22 16:54:18 -08:00
2019-12-18 08:19:10 -08:00
2019-12-19 09:22:36 -08:00
2019-12-18 08:19:10 -08:00
2019-02-20 15:43:06 -08:00