Home | History | Annotate | Download | only in api

Lines Matching refs:txt

38 $(eval $(call build_xml_api_file,current.api,frameworks/base/api/current.txt))
39 $(eval $(call build_xml_api_file,system-current.api,frameworks/base/api/system-current.txt))
40 $(eval $(call build_xml_api_file,system-removed.api,frameworks/base/api/system-removed.txt))
41 $(eval $(call build_xml_api_file,apache-http-legacy-current.api,external/apache-http/api/current.txt))
42 $(eval $(call build_xml_api_file,android-test-base-current.api,frameworks/base/test-base/api/current.txt))
43 $(eval $(call build_xml_api_file,android-test-mock-current.api,frameworks/base/test-mock/api/current.txt))
44 $(eval $(call build_xml_api_file,android-test-runner-current.api,frameworks/base/test-runner/api/current.txt))
45 $(eval $(call build_xml_api_file,car-system-current.api,packages/services/Car/car-lib/api/system-current.txt))
46 $(eval $(call build_xml_api_file,car-system-removed.api,packages/services/Car/car-lib/api/system-removed.txt))
49 $(eval $(call build_xml_api_file,system-$(ver).api,prebuilts/sdk/$(ver)/system/api/android.txt))\
56 $(basename $(notdir $(wildcard $(HISTORICAL_SDK_VERSIONS_ROOT)/$(ver)/$(api_level)/api/*.txt))))),\
57 $(eval $(call build_xml_api_file,$(lib)-$(ver)-$(api_level).api,prebuilts/sdk/$(ver)/$(api_level)/api/$(lib).txt)))))