From 8752dedb760cd270e2ecc8f9cd3bb4f00f55e23f Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Wed, 26 Dec 2018 19:55:07 -0800 Subject: Update signature files to the new format The new format is described in tools/metalava/FORMAT.md. Fixes: 116589402 Switch signature files over to the v2 format Fixes: 112626813 Drop "synchronized" modifier from the signature format Fixes: 122358225 Omit overriding methods that only differ in final [...] Fixes: 73088715 API Review: Need doclava to output nullability Fixes: 79739773 API Review: Metalava enforcing constants are constant Exempt-From-Owner-Approval: Large-scale tooling change Test: make sdk, make update-api, make checkapi Change-Id: I8314f4e7099fa92e4f8ed7d283ccf836cc9a84a0 Merged-In: Ia248aece5250e84e47c815c601133b698bf644c2 --- obex/api/current.txt | 1 + obex/api/removed.txt | 1 + obex/api/system-current.txt | 1 + obex/api/system-removed.txt | 1 + obex/api/test-current.txt | 1 + obex/api/test-removed.txt | 1 + 6 files changed, 6 insertions(+) (limited to 'obex') diff --git a/obex/api/current.txt b/obex/api/current.txt index 1cd562feff8d..f142bc86d7d6 100644 --- a/obex/api/current.txt +++ b/obex/api/current.txt @@ -1,3 +1,4 @@ +// Signature format: 2.0 package javax.obex { public class ObexPacket { diff --git a/obex/api/removed.txt b/obex/api/removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/removed.txt +++ b/obex/api/removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/system-current.txt b/obex/api/system-current.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/system-current.txt +++ b/obex/api/system-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/system-removed.txt b/obex/api/system-removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/system-removed.txt +++ b/obex/api/system-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/test-current.txt b/obex/api/test-current.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/test-current.txt +++ b/obex/api/test-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/test-removed.txt b/obex/api/test-removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/test-removed.txt +++ b/obex/api/test-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 -- cgit v1.2.3