Files
build_soong/cc
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
..
2018-11-19 15:26:14 -08:00
2020-01-31 18:12:41 +00:00
2019-11-12 15:55:03 -08:00
2020-01-22 16:54:18 -08:00
2019-11-13 05:50:27 +00:00
2020-02-19 15:30:02 +09:00
2019-12-18 08:19:10 -08:00
2020-01-22 16:54:18 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2016-08-01 14:36:22 -07:00
2020-02-07 02:59:24 +09:00
2019-09-13 12:18:47 -07:00
2019-12-18 08:19:10 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2020-02-07 02:58:29 +09:00