Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panda
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container 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
la
device
ti
panda
Commits
53afcbc3
Commit
53afcbc3
authored
12 years ago
by
Jean-Baptiste Queru
Browse files
Options
Downloads
Patches
Plain Diff
Rename AOSP builds to aosp_*
Change-Id: Ia8846e2f30de4427d6bba6e73e6020c602d67faa
parent
5fd28ca0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AndroidProducts.mk
+1
-1
1 addition, 1 deletion
AndroidProducts.mk
aosp_panda.mk
+18
-0
18 additions, 0 deletions
aosp_panda.mk
full_panda.mk
+2
-2
2 additions, 2 deletions
full_panda.mk
with
21 additions
and
3 deletions
AndroidProducts.mk
+
1
−
1
View file @
53afcbc3
...
...
@@ -14,4 +14,4 @@
# limitations under the License.
#
PRODUCT_MAKEFILES
:=
$(
LOCAL_DIR
)
/full_panda.mk
PRODUCT_MAKEFILES
:=
$(
LOCAL_DIR
)
/full_panda.mk
$(
LOCAL_DIR
)
/aosp_panda.mk
This diff is collapsed.
Click to expand it.
aosp_panda.mk
0 → 100644
+
18
−
0
View file @
53afcbc3
#
# Copyright 2013 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.
#
$(
call
inherit-product, device/ti/panda/full_panda.mk
)
PRODUCT_NAME
:=
aosp_panda
This diff is collapsed.
Click to expand it.
full_panda.mk
+
2
−
2
View file @
53afcbc3
...
...
@@ -34,12 +34,12 @@ PRODUCT_PROPERTY_OVERRIDES := \
net.dns2
=
8.8.4.4
# Inherit from those products. Most specific first.
$(
call
inherit-product,
$(
SRC_TARGET_DIR
)
/product/
full
_base.mk
)
$(
call
inherit-product,
$(
SRC_TARGET_DIR
)
/product/
aosp
_base.mk
)
$(
call
inherit-product, device/ti/panda/device.mk
)
$(
call
inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk
)
PRODUCT_NAME
:=
full_panda
PRODUCT_DEVICE
:=
panda
PRODUCT_BRAND
:=
Android
PRODUCT_MODEL
:=
Panda
PRODUCT_MODEL
:=
AOSP on
Panda
PRODUCT_MANUFACTURER
:=
Texas_Instruments_Inc
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