Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7360384c authored by Dan Willemsen's avatar Dan Willemsen Committed by Steven Moreland
Browse files

Remove .(ll)ndk suffix from (ll)ndk_library

Soong handles these automatically now.

Bug: 33241851
Test: Android-aosp_arm.mk is the same before/after
Test: build.ninja is the same before/after
Test: build-aosp_arm.ninja is the same before/after
Merged-In: I792e4647b38988db5d9f591d69688479ce9dc62b
Change-Id: I792e4647b38988db5d9f591d69688479ce9dc62b
parent 48e2144d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
// frameworks/av/include.

ndk_library {
    name: "libcamera2ndk.ndk",
    name: "libcamera2ndk",
    symbol_file: "libcamera2ndk.map.txt",
    first_version: "24",
    unversioned_until: "current",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
// frameworks/av/include.

ndk_library {
    name: "libmediandk.ndk",
    name: "libmediandk",
    symbol_file: "libmediandk.map.txt",
    first_version: "21",
    unversioned_until: "current",