diff options
| author | 2023-09-12 05:43:43 +0000 | |
|---|---|---|
| committer | 2023-09-12 05:43:43 +0000 | |
| commit | c6ee0d1f9a2f747a4b73600523f7fef77a8e13bc (patch) | |
| tree | fbb2d59e8f7e60770880db0bbd31c940bf9a5275 | |
| parent | eac19a4767bb5f89ab59b53df6dd26d00977cd7d (diff) | |
| parent | 2109cb7e889e6d14eb02d1beacc664eac38f1419 (diff) | |
Merge "add HardareBuffer_aidl module" into main
| -rw-r--r-- | core/java/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp index 5d7d7ba2379c..da6a6d46c132 100644 --- a/core/java/Android.bp +++ b/core/java/Android.bp @@ -9,6 +9,11 @@ package { default_applicable_licenses: ["frameworks_base_license"], } +aidl_library { + name: "HardwareBuffer_aidl", + hdrs: ["android/hardware/HardwareBuffer.aidl"], +} + filegroup { name: "framework-core-sources", srcs: [ |