From 49fbff480c55d066430fa1b4c7c3350728ff94ac Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 3 Oct 2016 12:36:00 -0700 Subject: Migrate libEGL to ndk_library. Test: make checkbuild Bug: http://b/30465923 Change-Id: I154a95c6fde9c34d770b6fe65bfd71ac51e05574 --- opengl/libs/Android.bp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opengl/libs/Android.bp') 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", +} -- cgit v1.2.3-59-g8ed1b