Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snapdragoncamera
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
packages
apps
snapdragoncamera
Commits
c7cd1fc9
Commit
c7cd1fc9
authored
12 years ago
by
Tim Murray
Browse files
Options
Downloads
Patches
Plain Diff
Switch Gallery over to RS compatibility library.
Change-Id: If27809236534f3b196949bf455faed45c99f3da5
parent
97611a70
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.mk
+7
-2
7 additions, 2 deletions
Android.mk
with
7 additions
and
2 deletions
Android.mk
+
7
−
2
View file @
c7cd1fc9
...
...
@@ -8,6 +8,11 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
LOCAL_STATIC_JAVA_LIBRARIES
+=
com.android.gallery3d.common2
LOCAL_STATIC_JAVA_LIBRARIES
+=
xmp_toolkit
LOCAL_STATIC_JAVA_LIBRARIES
+=
mp4parser
LOCAL_STATIC_JAVA_LIBRARIES
+=
android.support.v8.renderscript
LOCAL_RENDERSCRIPT_TARGET_API
:=
18
LOCAL_RENDERSCRIPT_COMPATIBILITY
:=
18
LOCAL_RENDERSCRIPT_FLAGS
:=
-rs-package-name
=
android.support.v8.renderscript
LOCAL_SRC_FILES
:=
$(
call all-java-files-under, src
)
$(
call all-renderscript-files-under, src
)
LOCAL_SRC_FILES
+=
$(
call all-java-files-under, src_pd
)
...
...
@@ -27,9 +32,9 @@ LOCAL_SDK_VERSION := current
# the libraries in the APK, otherwise just put them in /system/lib and
# leave them out of the APK
ifneq
(,$(TARGET_BUILD_APPS))
LOCAL_JNI_SHARED_LIBRARIES
:=
libjni_mosaic libjni_eglfence libjni_filtershow_filters
LOCAL_JNI_SHARED_LIBRARIES
:=
libjni_mosaic libjni_eglfence libjni_filtershow_filters
librsjni
else
LOCAL_REQUIRED_MODULES
:=
libjni_mosaic libjni_eglfence libjni_filtershow_filters
LOCAL_REQUIRED_MODULES
:=
libjni_mosaic libjni_eglfence libjni_filtershow_filters
librsjni
endif
LOCAL_PROGUARD_FLAG_FILES
:=
proguard.flags
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment