• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


RSS
Rev. 日時 作者
1f2ae5d jb-x86 2014-01-13 01:10:21 Chih-Wei Huang

multi_prebuilt: allow to set LOCAL_MODULE_PATH

Change-Id: I29554d592e0d287cf3a888595e65cb9582606fe5

83f98e6 2013-12-14 17:41:57 Ying Wang

More verbose on what the build system is doing

Sometimes users get confused for long time of no message printed to the
screen.

Change-Id: I99d3b2954f3dcba47d5ee5dd9fd760578c0e0192

91a79a8 2013-11-04 02:24:15 Steve Kondik

build: Allow building with OpenJDK

Change-Id: I6348bc1187240729f75f50d7ef91802c68e7788b

74b6199 2013-11-04 02:24:13 Jerome Pilliet

Some changes added to compile and run with Java 6 and Java 7.

- correction of errors with Javac 6:
- target 1.5 and source empty.
- correction of errors with Javadoc 7:
- strange behavior when duplicate classes are given.

Change-Id: Ib814ede143f7799ef18e0fb1b733547519b8b0e5

1a085da 2013-10-20 03:56:41 Chih-Wei Huang

x86: strip all unneeded symbols for a userdebug build

b1a677c 2013-10-20 03:56:41 Brian Harring

refactor private->prebuilt machinery

Author: Brian Harring <brian.harring@intel.com>
Author: Alin Dobre <alin.m.dobre@intel.com>

New form basically extracts all relevant ABS metadata so that
the prebuilt form can use it; intention is to make the prebuilt
form basically a full drop in for the private form without any
manual intervention required.

Adds two templates; $(BUILD_PREBUILT_BUNDLE_CREATE) and
$(BUILD_PREBUILT_BUNDLE).

For creation, three vars influence it; PREBUILT_PROJECT
(grouping of modules), PREBUILT_MODULES (list of modules to scan
and convert to prebuilts), and PREBUILT_INSTALL_DIR (optional
subdirectory where prebuilt outputs should be placed); output is
written to for each PREBUILT_MODULES word, the module is written to
$(OUT_DIR)/prebuilt/$(PREBUILT_PROJECT)/$(CUSTOM_BOARD)/$(THE-MODULE).
W/in PREBUILT/$(PREBUILT_PROJECT), a usable Android.mk is generated that
uses the bundle machinery; basically is intended to handle it all.

For the bundle usage side, it's basically automatic; needs LOCAL_PATH to
know where to scan for bundles; it honors BUNDLE_TARGETS if specified-
this is the list of bundles to expose to ABS. If unspecified, it scans
the directory and autoidentifies the bundles available.

Current limitations:
- doesn't handle modules that have multiple INSTALLED files; there is only
one the author is aware of that is valid.
- machinery on bundle side is ready for host, but creation side doesn't
yet fully identify if it's a host target or not, thus can't yet handle host.
- can handle LOCAL_COPY_HEADERS but not individual headers set
specified by BUILD_COPY_HEADERS

Change-Id: Id85660dada7d7ca218221f536515d8ac3e9729bc

9eee6eb 2013-10-20 03:56:41 Chih-Wei Huang

Fix /system/app/$app.odex not updated issue

$(built_odex) depends on $(LOCAL_BUILT_MODULE) but doesn't have any build
recipe. It is built by the rules of $(LOCAL_BUILT_MODULE) that results in
a subtle bug: $(built_odex) is always newer than $(LOCAL_BUILT_MODULE)
if $(LOCAL_BUILT_MODULE) rebuilt. Therefore 'make' thinks the targets
(/system/app/$app.odex) depending on $(built_odex) don't need to be updated.
It seems an allegedly optimization bug of 'make'.

The simple fix is to explicitly add $(LOCAL_BUILT_MODULE) as a dependency
of $(installed_odex).

17a45d0 2013-10-20 03:56:41 Chih-Wei Huang

android-x86: do not build the emulator forcibly

If a target wants to build the emulator, it should set
in its BoardConfig.mk.

bf7bb66 2013-10-20 03:56:41 Chih-Wei Huang

android-x86: fix a build break

Use COPYING from our kernel tree.

e86fe98 2013-10-20 03:56:41 Stefan Seidel

strip all but the needed symbols when building a "user" build

6a15ef5 2013-10-20 03:56:41 Chih-Wei Huang

android-x86: add kernel modules.dep to $(INTERNAL_SYSTEMIMAGE_FILES)

e88cee4 2013-10-20 03:56:41 Chih-Wei Huang

android-x86: add rules to generate system.sfs

b040b9d 2013-09-24 07:52:51 Baligh Uddin

bump version to 4.3.1

df5cf16 2013-09-24 07:17:15 The Android Automerger

JLS36I

b8b9423 2013-09-24 01:35:30 The Android Automerger

JLS36H

f3b45a8 2013-09-10 11:43:40 The Android Automerger

JLS36G

f45dce2 2013-08-31 04:04:03 The Android Automerger

"JLS36F"

62f8c78 2013-08-30 12:46:07 The Android Automerger

"JLS36E"

037141a 2013-08-30 05:03:00 The Android Automerger

"JLS36D"

20fe48a 2013-08-15 12:25:59 The Android Automerger

"JLS36C"

ee676f5 2013-08-09 08:53:41 The Android Automerger

"JLS36B"

da28a79 2013-08-06 07:25:41 The Android Automerger

JLS36

08c07c5 2013-08-03 06:51:10 Ying Wang

Merge "Remove unnecessary dependencies between host and target modules." into jb-mr2-dev

3fc8dac 2013-08-03 03:33:13 Stephen Hines

Remove abcc from build.

Change-Id: I9ca5deea98adbba03081349c16a391a9dd84e347

16b92ed 2013-08-01 12:00:45 Ying Wang

Remove unnecessary dependencies between host and target modules.

With this change, modules introduced by LOCAL_REQUIRED_MODULES will be
split by host/target: target modules only depend on target modules and
host modules only depend on host modules.

Bug: 9303948
Change-Id: I4078a7983aa3c00e99534f3f170dfe4b66b12287

94de1eb 2013-07-27 04:19:20 Ying Wang

Put a copy of the radio/bootloader files in the dist dir.

Bug: 10035750
Change-Id: I3b51e61ec737899d9264885a1e66c89a7a740d54

701a07f 2013-07-24 04:41:25 Scott Main

remove margin changes for paragraphs in collapse container

Change-Id: I5ee51699cb473334e1c3cfb520c8145466eea265

98a2a71 2013-07-18 05:15:04 Scott Main

edit code-caption style margin

Change-Id: I63c58015ca9037621c5d4c3929620ebd2203f5ad

d67d022 2013-07-16 06:15:26 Scott Main

Merge changes Id6de3e74,I1e96cbd7 into jb-mr2-dev

* changes:
fix design/develop boxes float
add style to add nexus 4 frame to screenshots

988251c 2013-07-16 00:57:25 Ying Wang

Fix $(so_suffix) error.

Change-Id: I32cb4d4efe0a473e67a54c035df4dd82b6e4a3f0
(cherry picked from commit 80b71fa326e4b5d9510d528c8feb08e28376a350)