Skip to content

Commit

Permalink
gralloc: Set min_sdk_version
Browse files Browse the repository at this point in the history
Modules contributing mainline modules (APK/APEX) should set
min_sdk_version.

For now setting min_sdk_version doesn't change build outputs.
But build-time checks will be added soon.

Bug: 152655956
Test: m
Merged-In: I06644a725eb8f4ce0c7d8e1f09359b55e1b668d7
Change-Id: I06644a725eb8f4ce0c7d8e1f09359b55e1b668d7
(cherry picked from commit 72a6b3137e7701f92dc71cf236a575ccd2c98fba)

Former-commit-id: 3c20c62cdd83dbeda5cd54642b802529105cdc42
  • Loading branch information
Jooyung Han committed May 11, 2020
1 parent ae86179 commit 5210474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgrallocusage/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ cc_library {
export_include_dirs: ["include"],
shared_libs: ["android.hardware.graphics.allocator@2.0"],
header_libs: ["libhardware_headers"],
min_sdk_version: "29",
}

0 comments on commit 5210474

Please sign in to comment.