commit | 25b957f14693f73afecdf0c19115a9c2ddd5e2df | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Wed Mar 28 17:10:14 2018 -0400 |
committer | Alan Viverette <alanv@google.com> | Wed Mar 28 17:20:10 2018 -0400 |
tree | 1062c934c96bfe8c6442f16777d71305104e7a3c | |
parent | 075610bc679353bef27c40d0309170349b029b30 [diff] [blame] |
Aggregate current.txt files for AndroidX federation Bug: 76692459 Test: make docs Change-Id: I94737fc27f98fd6051fb97878099a3c280d12b70
diff --git a/current/update_androidx-api.sh b/current/update_androidx-api.sh new file mode 100755 index 0000000..4f1606f --- /dev/null +++ b/current/update_androidx-api.sh
@@ -0,0 +1,3 @@ +#!/usr/bin/env bash +rm androidx-api.txt; find ../../../frameworks/support/ -name current.txt | grep /api/ | grep -v /ktx/ | xargs cat>>androidx-api.txt +