diff options
| author | 2019-06-20 14:20:52 -0700 | |
|---|---|---|
| committer | 2019-08-19 15:07:05 -0700 | |
| commit | 87c8ba767a25a4ee054d6c274405de89aae968c4 (patch) | |
| tree | 331d055b96ffd8fc18c6afa1e2b5e68b50f37292 /services/surfaceflinger | |
| parent | 1b397ddcdaa01911580a8a26445afa4e844328b9 (diff) | |
gralloc: add IAllocator/IMapper 4.0 to frameworks/native
Add support for gralloc 4.0 to the framework.
Bug: 136016160
Test: Compiles and boots
Change-Id: I26408e984308fa557e102efabb60302907310308
Diffstat (limited to 'services/surfaceflinger')
| -rw-r--r-- | services/surfaceflinger/tests/fakehwc/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/tests/fakehwc/Android.bp b/services/surfaceflinger/tests/fakehwc/Android.bp index f359550bfb..644cd7e698 100644 --- a/services/surfaceflinger/tests/fakehwc/Android.bp +++ b/services/surfaceflinger/tests/fakehwc/Android.bp @@ -13,6 +13,7 @@ cc_test { "android.hardware.graphics.composer@2.1-resources", "android.hardware.graphics.mapper@2.0", "android.hardware.graphics.mapper@3.0", + "android.hardware.graphics.mapper@4.0", "android.hardware.power@1.3", "libbase", "libbinder", |