aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-03-19 18:04:18 -0700
committerKeun young Park <keunyoung@google.com>2012-03-19 18:04:18 -0700
commitbab4e264b3a450002591f361e670627b0cb8ee6d (patch)
tree1c624f64531d5eea53d3d3b3f78e0e5555f0add8 /build
parent8adcfe832a41610f137ebda850174f7207201ab6 (diff)
downloadpdk-bab4e264b3a450002591f361e670627b0cb8ee6d.tar.gz
temp. build fix due to the introduction of libmedia_native
- change should be rolled-back once libmedia_native goes to frameworks/native Change-Id: I299b4c9616a0ce5d1cd2d2fd56e40fae268c428d
Diffstat (limited to 'build')
-rwxr-xr-xbuild/copy_pdk_bins.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/copy_pdk_bins.py b/build/copy_pdk_bins.py
index 9ab4140..b19731e 100755
--- a/build/copy_pdk_bins.py
+++ b/build/copy_pdk_bins.py
@@ -163,7 +163,8 @@ target_so_list = [
"libmedia",
"libstagefright",
"libstagefright_foundation",
- "libRS"
+ "libRS",
+ "libmedia_native" # TODO temp fix for build error: should be removed after moving to f/native
]