diff options
author | Martin Brabham <optedoblivion@google.com> | 2021-03-16 16:22:55 -0700 |
---|---|---|
committer | Martin Brabham <optedoblivion@google.com> | 2021-03-16 20:11:05 -0700 |
commit | 3af765a86366dbaaae327db59ff05eff76d506f6 (patch) | |
tree | 475b5528fb645151fd75632231b5fb1fabea022c /core/api | |
parent | 96e6e4a0b383ee60ac2cd61fe55688d697f35574 (diff) |
Fix CTS Failure
Bug: 182849735
Test: atest CtsSystemApiAnnotationTestCases:android.signature.cts.api.AnnotationTest#testAnnotation -- --abi x86_64
Change-Id: I1b9e77b05cd23299bf179c854e136fa341c81566
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index be3908d50763..7ab384679a74 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -1687,6 +1687,7 @@ package android.bluetooth { field public static final int LE_FLAG_SIMULTANEOUS_CONTROLLER = 3; // 0x3 field public static final int LE_FLAG_SIMULTANEOUS_HOST = 4; // 0x4 field public static final int LE_TK_OCTETS = 16; // 0x10 + field public static final int OOB_LENGTH_OCTETS = 2; // 0x2 field public static final int RANDOMIZER_OCTETS = 16; // 0x10 } |