Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_sm8350-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LMODroid-Devices
device_xiaomi_sm8350-common
Commits
0b9d1995
Commit
0b9d1995
authored
1 year ago
by
Carlos Arriaga
Committed by
Arian
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
sm8350-common: Add redwood support
Change-Id: I1baab3cc53c3f0cb19ae3103d53f5413ba088545
parent
1895fbd4
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
-1
1 addition, 1 deletion
Android.mk
setup-makefiles.sh
+1
-1
1 addition, 1 deletion
setup-makefiles.sh
with
2 additions
and
2 deletions
Android.mk
+
1
−
1
View file @
0b9d1995
...
...
@@ -6,7 +6,7 @@
LOCAL_PATH
:=
$(
call my-dir
)
ifneq
($(filter haydn lisa mars odin renoir star venus,$(TARGET_DEVICE)),)
ifneq
($(filter haydn lisa mars odin
redwood
renoir star venus,$(TARGET_DEVICE)),)
include
$(call all-makefiles-under,$(LOCAL_PATH))
include
$(CLEAR_VARS)
...
...
This diff is collapsed.
Click to expand it.
setup-makefiles.sh
+
1
−
1
View file @
0b9d1995
...
...
@@ -25,7 +25,7 @@ source "${HELPER}"
setup_vendor
"
${
DEVICE_COMMON
}
"
"
${
VENDOR
}
"
"
${
ANDROID_ROOT
}
"
true
# Warning headers and guards
write_headers
"haydn lisa mars odin renoir star venus"
write_headers
"haydn lisa mars odin
redwood
renoir star venus"
# The standard common blobs
write_makefiles
"
${
MY_DIR
}
/proprietary-files.txt"
true
...
...
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