[AIDL] Add L to TagBoundaryId::VENDOR to indicate that it is a long
integer literal. Bug: 225049648 Test: Ran m android.hardware.camera.common and observed output files Change-Id: I098c8d537a9a9809ff3bd594c69b30c69b3b2ed9
This commit is contained in:
parent
97347c1fa6
commit
1b7ebd2928
2 changed files with 2 additions and 2 deletions
|
@ -35,5 +35,5 @@ package android.hardware.camera.common;
|
|||
@Backing(type="long") @VintfStability
|
||||
enum TagBoundaryId {
|
||||
AOSP = 0,
|
||||
VENDOR = -2147483648,
|
||||
VENDOR = 2147483648,
|
||||
}
|
||||
|
|
|
@ -20,5 +20,5 @@ package android.hardware.camera.common;
|
|||
@Backing(type="long")
|
||||
enum TagBoundaryId {
|
||||
AOSP = 0x0,
|
||||
VENDOR = 0x80000000,
|
||||
VENDOR = 0x80000000L,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue