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
5c51fa74
Commit
5c51fa74
authored
5 years ago
by
DidntRead
Browse files
Options
Downloads
Patches
Plain Diff
tree: switch to aosp
parent
ab56c912
Branches
q
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
AndroidProducts.mk
+4
-4
4 additions, 4 deletions
AndroidProducts.mk
BoardConfig.mk
+3
-0
3 additions, 0 deletions
BoardConfig.mk
full_k5fpr.mk
+1
-4
1 addition, 4 deletions
full_k5fpr.mk
vendorsetup.sh
+0
-25
0 additions, 25 deletions
vendorsetup.sh
with
8 additions
and
33 deletions
AndroidProducts.mk
+
4
−
4
View file @
5c51fa74
PRODUCT_MAKEFILES
:=
\
$(
LOCAL_DIR
)
/
rr
_k5fpr.mk
$(
LOCAL_DIR
)
/
full
_k5fpr.mk
COMMON_LUNCH_CHOICES
:=
\
rr
_k5fpr-eng
\
rr
_k5fpr-userdebug
\
rr
_k5fpr-user
full
_k5fpr-eng
\
full
_k5fpr-userdebug
\
full
_k5fpr-user
This diff is collapsed.
Click to expand it.
BoardConfig.mk
+
3
−
0
View file @
5c51fa74
...
...
@@ -46,6 +46,9 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 526848000
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE
:=
ext4
BOARD_FLASH_BLOCK_SIZE
:=
131072
# Dex
WITH_DEXPREOPT
=
false
# Partitions types
TARGET_USERIMAGES_USE_EXT4
:=
true
TARGET_USERIMAGES_USE_F2FS
:=
true
...
...
This diff is collapsed.
Click to expand it.
rr
_k5fpr.mk
→
full
_k5fpr.mk
+
1
−
4
View file @
5c51fa74
...
...
@@ -20,13 +20,10 @@ $(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 RR stuff.
$(
call
inherit-product, vendor/rr/config/common.mk
)
PRODUCT_GMS_CLIENTID_BASE
:=
android-lenovo
PRODUCT_DEVICE
:=
k5fpr
PRODUCT_NAME
:=
rr
_k5fpr
PRODUCT_NAME
:=
full
_k5fpr
PRODUCT_BRAND
:=
Lenovo
PRODUCT_MANUFACTURER
:=
Lenovo
PRODUCT_MODEL
:=
Lenovo A7010a48
...
...
This diff is collapsed.
Click to expand it.
vendorsetup.sh
deleted
100644 → 0
+
0
−
25
View file @
ab56c912
#
# Copyright 2015 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This file is executed by build/envsetup.sh, and can use anything
# defined in envsetup.sh.
#
# In particular, you can add lunch options with the add_lunch_combo
# function: add_lunch_combo generic-eng
for
var
in
eng user userdebug
;
do
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