summaryrefslogtreecommitdiff
path: root/libs/nativedisplay/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/nativedisplay/Android.bp')
-rw-r--r--libs/nativedisplay/Android.bp27
1 files changed, 5 insertions, 22 deletions
diff --git a/libs/nativedisplay/Android.bp b/libs/nativedisplay/Android.bp
index ed728dcb45..f56b3a2178 100644
--- a/libs/nativedisplay/Android.bp
+++ b/libs/nativedisplay/Android.bp
@@ -12,25 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: [
- "frameworks_native_libs_nativedisplay_license",
- ],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "frameworks_native_libs_nativedisplay_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "NOTICE",
- ],
-}
-
cc_library_headers {
name: "libnativedisplay_headers",
export_include_dirs: ["include",],
@@ -72,13 +53,15 @@ cc_library_shared {
"libcutils",
"libEGL",
"libGLESv2",
+ "libnativehelper",
],
- export_header_lib_headers: ["jni_headers"],
+ export_shared_lib_headers: [
+ "libnativehelper",
+ ],
header_libs: [
- "jni_headers",
"libnativedisplay_headers",
- "libnativehelper_header_only",
],
+
}