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
283beaf6
Commit
283beaf6
authored
11 years ago
by
Ruben Brunk
Browse files
Options
Downloads
Patches
Plain Diff
Fix build: Don't build GCam for non-arm targets
Bug: 10430748 Change-Id: I26e1208b38f40808ff59e3976f5c4a76efa15b4c
parent
b21215a1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Android.mk
+1
-0
1 addition, 0 deletions
Android.mk
src_pd_gcam/com/android/camera/util/GcamHelper.java
+0
-0
0 additions, 0 deletions
src_pd_gcam/com/android/camera/util/GcamHelper.java
with
1 addition
and
0 deletions
Android.mk
+
1
−
0
View file @
283beaf6
...
...
@@ -10,6 +10,7 @@ LOCAL_STATIC_JAVA_LIBRARIES += xmp_toolkit
LOCAL_SRC_FILES
:=
$(
call all-java-files-under, src
)
LOCAL_SRC_FILES
+=
$(
call all-java-files-under, src_pd
)
LOCAL_SRC_FILES
+=
$(
call all-java-files-under, src_pd_gcam
)
LOCAL_RESOURCE_DIR
+=
$(
LOCAL_PATH
)
/res
...
...
This diff is collapsed.
Click to expand it.
src_pd/com/android/camera/util/GcamHelper.java
→
src_pd
_gcam
/com/android/camera/util/GcamHelper.java
+
0
−
0
View file @
283beaf6
File moved
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