xref: /aosp_15_r20/prebuilts/sdk/current/update_androidx-api.sh (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker#!/usr/bin/env bash
2*344a7f5eSAndroid Build Coastguard Workerrm androidx-api.txt; find $1/frameworks/support/ -name current.txt | grep /api/ | grep -v /ktx/ | xargs cat>>androidx-api.txt
3*344a7f5eSAndroid Build Coastguard Worker
4