commit | 3ee91de17894c3d1dbfc0ff823bab4474e6ca9c9 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Aug 04 12:48:04 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Aug 09 00:44:30 2021 +0000 |
tree | cb9d9165a5a3de817f4e737c07bec5767c35131d | |
parent | 7b27068bdb8a13c89ea7b6386bad477273618f42 [diff] [blame] |
Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: Id16039722fd70d4e2e934a0988f13a768ce833ec Change-Id: Id16039722fd70d4e2e934a0988f13a768ce833ec (cherry picked from commit dd1dbe6913768b403fc7c393dc20f4b63b2251a0)
diff --git a/media/libmediatranscoding/tests/Android.bp b/media/libmediatranscoding/tests/Android.bp index 603611a..7a6980f 100644 --- a/media/libmediatranscoding/tests/Android.bp +++ b/media/libmediatranscoding/tests/Android.bp
@@ -31,7 +31,7 @@ ], static_libs: [ - "mediatranscoding_aidl_interface-ndk_platform", + "mediatranscoding_aidl_interface-ndk", "libmediatranscoding", ],