Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
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
lf
build
Commits
34864dcf
Commit
34864dcf
authored
10 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add GAIA_DISTRIBUTION_DIR framework"
parents
588ce438
00d1f597
No related branches found
Branches containing commit
Tags
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.086
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.089
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.090
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.091
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Android.mk
+17
-1
17 additions, 1 deletion
Android.mk
b2g_product.mk
+7
-1
7 additions, 1 deletion
b2g_product.mk
with
24 additions
and
2 deletions
Android.mk
+
17
−
1
View file @
34864dcf
# Copyright (c) 2012, The Linux Foundation. All rights reserved.
# Copyright (c) 2012,
2014
The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -41,3 +41,19 @@ $(AAPT):
include
$(LOCAL_PATH)/updater/Android.mk \
$(LOCAL_PATH)/jsmin/Android.mk
# Populate GAIA_DISTRIBUTION_DIR prior to the Gaia sub-build
gaia/profile.tar.gz
:
$(GAIA_DISTRIBUTION_DIR)/.exist
$(GAIA_DISTRIBUTION_DIR)/.exist
:
mkdir
-p
$(
@D
)
touch
$@
define
mk_gaia_distribution_file
$(GAIA_DISTRIBUTION_DIR)/.exist
:
$2
$2
:
$1
mkdir
-p
$$(
@D
)
cp
$$
<
$$
@
endef
$(
foreach
file,
$(
GAIA_DISTRIBUTION_SRC_FILES
)
,
\
$(
eval
$(
call mk_gaia_distribution_file,
$(
file
)
,
$(
GAIA_DISTRIBUTION_DIR
)
/
$(
notdir
$(
file
)))))
This diff is collapsed.
Click to expand it.
b2g_product.mk
+
7
−
1
View file @
34864dcf
# Copyright (c) 2012,2013 The Linux Foundation. All rights reserved.
# Copyright (c) 2012,2013
,2014
The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -66,6 +66,12 @@ CLEAR_XPCOM_VARS:=$(dir $(firstword $(MAKEFILE_LIST)))clear_xpcom_vars.mk
BUILD_XPCOM
:=
$(
dir
$(
firstword
$(
MAKEFILE_LIST
)))
xpcom.mk
# GAIA_DISTRIBUTION_DIR enables overrides for Gaia settings
ifndef
GAIA_DISTRIBUTION_DIR
GAIA_DISTRIBUTION_DIR
:=
$(
ANDROID_BUILD_TOP
)
/out/target/product/
$(
TARGET_PRODUCT
)
/gaia_distribution
export
GAIA_DISTRIBUTION_DIR
endif
#
# Multilocale support.
#
...
...
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