mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Add an endpoint type for native program
Test: compilation Bug: 267197197 Change-Id: Ice7df84065bf9c5acc73e21232e2ccd3d63a8bbe
This commit is contained in:
@@ -42,5 +42,6 @@ parcelable HostEndpointInfo {
|
||||
enum Type {
|
||||
FRAMEWORK = 1,
|
||||
APP = 2,
|
||||
NATIVE = 3,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,5 +44,8 @@ parcelable HostEndpointInfo {
|
||||
|
||||
/** This endpoint is an Android app. */
|
||||
APP = 2,
|
||||
|
||||
/** This endpoint is from an Android native program. */
|
||||
NATIVE = 3,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user