| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
We have no rigorous way to detect whether the code referenced for this
mechanism changes in between builds. So declare this as a phony target
so that it is rebuilt every time.
Change-Id: Ie1670d96895719d406e7b0defd53ba3cd224dd83
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
|
|\
| |
| |
| |
| |
| |
| | |
into klp-dev
* commit '36e95f316f660f3cf32dbd47bbafba0e2ee56ad9':
don't check paths of non-installed or host modules
|
| |
| |
| |
| |
| |
| |
| | |
Static libraries and host modules are not installed under
TARGET_OUT_VENDOR and don't need to be, relax the checks.
Change-Id: Ia8b926d466420a8b6dd418d5e95fdf5ff919e078
|
|\ \
| |/
| |
| |
| | |
* commit 'f47d5802e627bf14cecc425b8c3e00e001c0f7c2':
Don't check vendor path for phony packages
|
| |
| |
| |
| |
| |
| | |
These don't get installed, so they don't need to be in TARGET_OUT_VENDOR
Change-Id: I887ca4758e7c477808ed9a6b621dfd3f4ede5f32
|
|\ \
| |/
|/|
| | |
Change-Id: Id312795c1401e00c81c9b8d0712222f2933d8fcd
|
| |
| |
| |
| |
| |
| | |
This is needed for CollectAllTests to work with Junit4 tests.
Change-Id: I5e339022220b8e40bcb12337a09f3615dad7d53c
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A reorganization of the libcore test jar files caused the Conscrypt
tests to be accidentally dropped from CTS. Add them back in their own
package.
Bug: 10210673
Change-Id: Ia46a5de925c35115d25b7c0f974eba5b27bbfcd6
|
| |
| |
| |
| |
| |
| |
| |
| | |
1) As more product configuration files are added to the source tree, the
command line has become too long.
2) Escape "(" and ")" that may may appear in PRODUCT_MODEL.
Change-Id: I08f278dce434050f013498327c7cbf3592512460
|
| |
| |
| |
| |
| |
| |
| |
| | |
Previously for each target generate-core-test-description will be called
6 times that end in 6x6 calls of the function.
That's unnecessary and unsafe.
Change-Id: I03eef89b61c552b5f47f0a478feb9687fd9717da
|
|/
|
|
|
|
|
|
|
|
| |
Module names are phony targets, which make always sees as obsolete,
so a nothing-to-do build won't do nothing.
Also file target $(DEFAULT_TEST_PLAN) was never created in its rule.
Here it's fixed with a stamp file.
Bug:9761012
Change-Id: Ic82df70cc22643d902017b5bec1022404d9bbfce
|
|
|
|
| |
Change-Id: I130b137f8ba62a3cf1b915dcf6a0cf3dc25043eb
|
|\
| |
| |
| |
| |
| |
| | |
LOCAL_SHARED_LIBRARIES" into jb-mr2-dev
* commit '9592af96a7ab330b537a4d65474177805bba2ac1':
Do vendor check on modules installed by LOCAL_SHARED_LIBRARIES
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since commit 6c86a1 we have split LOCAL_SHARED_LIBRARIES out of
LOCAL_REQUIRED_MODULES and the vendor check does no longer cover the
installed modules introduced by LOCAL_SHARED_LIBRARIES.
This change brings back the coverage.
Change-Id: Ie78692e48f173a3350792eb2fee8127ff9433caa
|
|\ \
| |/
|/|
| | |
Change-Id: I0ef1665600f78527d0a98c7b36c4c2ef1a8182e3
|
| |
| |
| |
| | |
Change-Id: I18716683632249573295cb2eb5229a1188ed0f17
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is safe for a class to become final if it was not previously
instantiable since applications could not declare subclasses
of their own.
Likewise it is always safe to remove final.
Change-Id: I9a72fee7b25ccceca2024112812b97872ba2ec6b
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is related to commit a1712e.
Some PDKs need the factory build under PDK. If you want to disable the factory
build under PDK, use TARGET_NO_FACTORY in your device's BoardConfig.mk
Change-Id: I5e208836918ffd737951d3fb1f54c560d2b93641
|
|\ \
| |/
| |
| |
| | |
* commit '14567bb00754405fac535bc8be8e46fa8abd7c82':
CTS: work around ClassLoader limitation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Trying to use reflection on classes loaded from a different ClassLoader
than the system one caused SecurityException since you can't load
certain packages.
Adding them to the boot classpath forces them to be in the same
ClassLoader.
Change-Id: Id518ab0a99da6defac525c0ad430a63f600ce85f
|
|/
|
|
|
|
|
| |
So they can be used in unbundled builds.
Bug: 7296240
Change-Id: I5f176322dec30323f365188fb3e379def60dc1b8
|
|\
| |
| |
| |
| | |
* commit 'ce811261bc8d56d43e59b1f9fb96ae53192de126':
Move check-api to definition.mk
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1) Move check-api to definition.mk, so it can be used in other places.
2) Add additional dependency to the api-stub module to consolidate the
apicheck dependency. Previously you have to run 2 "make"s in a row and
only in the 2nd run apicheck is run, due to a gnu-make optimization.
Bug: 7540265
Change-Id: Ib24ed87d9330027a9f95ed7b16dd4002cc0e3198
|
| |
| |
| |
| |
| |
| |
| |
| | |
Phantasm PDK support doesn't work with the factory build.
It's not needed for eng support so we'll disable it.
Change-Id: I9b65cdbb20bbcff601600d6b0cac7cc98f6f614c
Signed-off-by: Nick Sanders <nsanders@google.com>
|
|/
|
|
|
|
| |
Remove obsolete BUILD_TINY_ANDROID
Change-Id: Ic0f3a5b3250ea80529f5099653068f118a13b12e
|
|
|
|
|
| |
Bug: 7048854
Change-Id: I5f0653c71a77774978655f8b5570e170b4a9c4ec
|
|
|
|
|
|
| |
s/can not/cannot/g
Change-Id: I1bac31157732666deb46f6f20389ff539977ffb9
|
|
|
|
|
|
|
|
|
| |
PRODUCT_COPY_FILES now is a list of words like <source
path>:<destination path>[:<owner>].
The optional :<owner> is used to indicate the owner of a vendor file.
Bug: 7048854
Change-Id: I435d1e18b7a091fb62513062cfc2e420e51557ec
|
|
|
|
|
| |
Bug: 7019588
Change-Id: I6406110071d891e27df6d1cc562a7baa884b2e9e
|
|\
| |
| |
| | |
Change-Id: If3d84a7439717ccf7723b3f79e934d73abbb3fea
|
| |
| |
| |
| | |
Change-Id: I17b5d441e44ea39564263b32f963e2d3ac684232
|
| |
| |
| |
| | |
Change-Id: I6bd93a87902e20a24c1c58152fb578ef1f4cb208
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Arrange to take $(BOARD_MKBOOTIMG_ARGS) and pass it to all invocations
of mkbootimg from within make, and to store it in the target_files so
it can be used by future invocations of img_from_target_files and
ota_from_target_files.
Bug: 6918260
Change-Id: I7130ac52e96bd51d4d8b80ca036635e1626f01f1
|
| |
| |
| |
| | |
Change-Id: Id0d3599257ae39077063bb5903c912526e02cb0e
|
|\ \
| |/
| |
| |
| | |
* commit 'ffbef646d2bec4f84874bdc5940c3b060904cb3d':
Allow additional vendors
|
| |
| |
| |
| |
| | |
Bug: 6611375
Change-Id: I07a1c4e56a2c9fdb1f2c8426977f1a8db0e4d4bb
|
|\ \
| |/
| |
| |
| | |
* commit 'c9f8b8d17ea17f722157aa58014dc1f1168996c1':
Add some known binary owners
|
| |
| |
| |
| |
| | |
Bug: 6611375
Change-Id: I082128ad15b277ced82c8530c17186842839a557
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 6418863
This change expands the PRODUCT_PACKAGES with the required modules.
Before this change, since the required modules are not in the
PRODUCT_PACKAGES, they are not directly depended on by the image files.
If the dependent is not to be included in the image but the required
modules are to be included, the dependency of the image on the required
modules gets lost!
That would lead to build race condition.
Change-Id: I0b656db1538ca43d3785dbf17364ffa88b80ac41
|
|\ \
| | |
| | |
| | |
| | | |
* commit '3ccf7686757824e5e01944a369fc54baf76f95a4':
Move build.prop in factory bundle
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move build.prop to the root dir of the factory bundle for clearer location access.
Change-Id: Ib9a49fd46eb943a1dc5e8e112462f9d601332ca3
Signed-off-by: Nick Sanders <nsanders@google.com>
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
core/product.mk
Change-Id: Ib5eb6be09b34bdc04602e2a35a4bf7df0ba82aad
|
| | |
| | |
| | |
| | | |
Change-Id: I66bda914a5bd41bda7c8a4314f658924087e2bfb
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 6418863
This change expands the PRODUCT_PACKAGES with the required modules.
Before this change, since the required modules are not in the
PRODUCT_PACKAGES, they are not directly depended on by the image files.
If the dependent is not to be included in the image but the required
modules are to be included, the dependency of the image on the required
modules gets lost!
That would lead to build race condition.
Change-Id: Idbd504fd415b488c397e67ab487a22bff4fa188e
|
| |
| |
| |
| | |
Change-Id: I3a39f4bdc5c52e01b7d5d187e35b6fbf770756e2
|
| |
| |
| |
| | |
Change-Id: I4863b335ebc02d642874a4dd3dd9a8af93455d7b
|
|\ \
| |/
| |
| |
| | |
* commit 'df49771a4a82a147e287190f872ab9d0e237a69f':
Allow factory specific kernel commandline
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* BOARD_KERNEL_CMDLINE_FACTORY_BOOT can be set to
add kernel commandline items to the factory ramdisk,
such as fiq_debugger.console_enable=Y
Change-Id: Iee4060b96eaeecc517975c56342fd5445b1feabf
Signed-off-by: Nick Sanders <nsanders@google.com>
|
| |
| |
| |
| |
| |
| |
| | |
We'll need a special case to set device properties on the factory ramdisk
Change-Id: I146d5c503e8c97005caa1ab1dbaca7ee9ab30faf
Signed-off-by: Nick Sanders <nsanders@google.com>
|
| |
| |
| |
| |
| |
| |
| | |
Add samsung_arm as an owner to be used on files that depend
on licenses from both Samsung and ARM.
Change-Id: I03a5ba739b940915519f75477adea7c2a9b0a563
|