diff options
| author | 2016-10-05 18:30:40 +0000 | |
|---|---|---|
| committer | 2016-10-05 18:30:40 +0000 | |
| commit | 183edbb062a80500de95127f1176c25e62c8a34c (patch) | |
| tree | 0e5cdbd2189d4a5c11184f3d9189213705c65c02 /opengl/libs/Android.bp | |
| parent | 219df2fd5b5d1ae8572d37a7b00679247719c02c (diff) | |
| parent | ce1bc304a2fd4c99b1423b4932cec4f9b69cdac7 (diff) | |
Merge "Migrate libEGL to ndk_library."
am: ce1bc304a2
Change-Id: If048759fd60754bd0c7df9c02f33f28a800eaace
Diffstat (limited to 'opengl/libs/Android.bp')
| -rw-r--r-- | opengl/libs/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp index f28d4ffc20..8e90acfae2 100644 --- a/opengl/libs/Android.bp +++ b/opengl/libs/Android.bp @@ -20,3 +20,10 @@ cc_library { }, }, } + +// The headers module is in frameworks/native/opengl/Android.bp. +ndk_library { + name: "libEGL.ndk", + symbol_file: "libEGL.map.txt", + first_version: "9", +} |