mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
[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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user