diff options
author | 2020-01-17 19:03:34 +0000 | |
---|---|---|
committer | 2020-03-18 13:14:20 +0000 | |
commit | 1409637745167d9c9dca718d49194360a49da533 (patch) | |
tree | da18e99725475e4371642c10bf6bd41e7007c05b | |
parent | 86b06bd16016ff84fd98026556e733712cf9f20f (diff) |
Add individual API tracking files for modules
This adds metalava api tracking generation to the module
stub rules, to make sure we know exactly what API a
particular module stub exports.
Bug: 147768409
Test: m update-api
Exempt-From-Owner-Approval: Approved in master
Change-Id: Iaf2ef5b5751eb208d119ddbc74481239366fe581
Merged-In: Iaf2ef5b5751eb208d119ddbc74481239366fe581
(cherry picked from commit b602b0b2f18d96866a5d7e5d27958af774d1f802)
-rw-r--r-- | framework/api/current.txt | 1 | ||||
-rw-r--r-- | framework/api/module-lib-current.txt | 1 | ||||
-rw-r--r-- | framework/api/module-lib-removed.txt | 1 | ||||
-rw-r--r-- | framework/api/removed.txt | 1 | ||||
-rw-r--r-- | framework/api/system-current.txt | 1 | ||||
-rw-r--r-- | framework/api/system-removed.txt | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/framework/api/current.txt b/framework/api/current.txt new file mode 100644 index 000000000..d802177e2 --- /dev/null +++ b/framework/api/current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/framework/api/module-lib-current.txt b/framework/api/module-lib-current.txt new file mode 100644 index 000000000..d802177e2 --- /dev/null +++ b/framework/api/module-lib-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/framework/api/module-lib-removed.txt b/framework/api/module-lib-removed.txt new file mode 100644 index 000000000..d802177e2 --- /dev/null +++ b/framework/api/module-lib-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/framework/api/removed.txt b/framework/api/removed.txt new file mode 100644 index 000000000..d802177e2 --- /dev/null +++ b/framework/api/removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/framework/api/system-current.txt b/framework/api/system-current.txt new file mode 100644 index 000000000..d802177e2 --- /dev/null +++ b/framework/api/system-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/framework/api/system-removed.txt b/framework/api/system-removed.txt new file mode 100644 index 000000000..d802177e2 --- /dev/null +++ b/framework/api/system-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 |