Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Device_k5fpr
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
Model registry
Operate
Environments
Monitor
Incidents
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Android-smartphones
zte
blade-a610
work in progress
porting
RajatBillava - k5fpr
Device_k5fpr
Commits
e817363e
Commit
e817363e
authored
6 years ago
by
DidntRead
Browse files
Options
Downloads
Patches
Plain Diff
switch back to rr
parent
cd32b6ca
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
AndroidProducts.mk
+1
-1
1 addition, 1 deletion
AndroidProducts.mk
device_k5fpr.mk
+2
-2
2 additions, 2 deletions
device_k5fpr.mk
rr_k5fpr.mk
+3
-3
3 additions, 3 deletions
rr_k5fpr.mk
vendorsetup.sh
+1
-1
1 addition, 1 deletion
vendorsetup.sh
with
7 additions
and
7 deletions
AndroidProducts.mk
+
1
−
1
View file @
e817363e
PRODUCT_MAKEFILES
:=
\
$(
LOCAL_DIR
)
/
lineage
_k5fpr.mk
$(
LOCAL_DIR
)
/
rr
_k5fpr.mk
This diff is collapsed.
Click to expand it.
device_k5fpr.mk
+
2
−
2
View file @
e817363e
...
...
@@ -17,8 +17,8 @@ LOCAL_PATH := device/lenovo/k5fpr
# Hardware-specific permissions
PRODUCT_COPY_FILES
+=
\
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:
system
/etc/permissions/android.hardware.audio.low_latency.xml
\
frameworks/native/data/etc/android.hardware.fingerprint.xml:
system
/etc/permissions/android.hardware.fingerprint.xml
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/permissions/android.hardware.audio.low_latency.xml
\
frameworks/native/data/etc/android.hardware.fingerprint.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/permissions/android.hardware.fingerprint.xml
# Vendor
$(
call
inherit-product, vendor/lenovo/k5fpr/k5fpr-vendor.mk
)
...
...
This diff is collapsed.
Click to expand it.
lineage
_k5fpr.mk
→
rr
_k5fpr.mk
+
3
−
3
View file @
e817363e
...
...
@@ -20,13 +20,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from A7010 device
$(
call
inherit-product, device/lenovo/k5fpr/device_k5fpr.mk
)
# Inherit some common
LOS
stuff.
$(
call
inherit-product, vendor/
lineage
/config/common
_full_phone
.mk
)
# Inherit some common
RR
stuff.
$(
call
inherit-product, vendor/
rr
/config/common.mk
)
PRODUCT_GMS_CLIENTID_BASE
:=
android-lenovo
PRODUCT_DEVICE
:=
k5fpr
PRODUCT_NAME
:=
lineage
_k5fpr
PRODUCT_NAME
:=
rr
_k5fpr
PRODUCT_BRAND
:=
Lenovo
PRODUCT_MANUFACTURER
:=
Lenovo
PRODUCT_MODEL
:=
Lenovo A7010a48
...
...
This diff is collapsed.
Click to expand it.
vendorsetup.sh
+
1
−
1
View file @
e817363e
...
...
@@ -21,5 +21,5 @@
# function: add_lunch_combo generic-eng
for
var
in
eng user userdebug
;
do
add_lunch_combo
lineage
_k5fpr-
$var
add_lunch_combo
rr
_k5fpr-
$var
done
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