- Jan 17, 2019
-
-
Clay Murphy authored
Test: make online-sac-docs Bug: 120866204 Change-Id: I4560a32ec2cb29aaaa9e9048d4ed075d09a44d13
-
Jaewoong Jung authored
-
Doug Horn authored
-
Elliott Hughes authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jaewoong Jung authored
Bug: 122332178 Test: Soong unit tests + TreeHugger. Change-Id: Ia8fab0add09478599398e8cbb703debc39f658f6
-
Ashley Rose authored
Bug: 77284273 Test: m framework Change-Id: If617bcf65b5d04ecb81227a9a8b76bbd78ea8598
-
Doug Horn authored
This change adds Fuchsia as a valid OS. Future changes will add proper toolchain support. Bug: 119831161 Test: Compile walleye. Confirm that adding `fuchsia` to the os-specific declaration of an arbitrary target does not throw a build error. Change-Id: I64eb928afb7512f3fbe32abb313b4c3efe16b169
-
Jaewoong Jung authored
-
Logan Chien authored
This commit skips the ABI checks on LL-NDK-Private because LL-NDK-Private libs are only used by other VNDK-core or VNDK-SP libs on the system partition, are NOT used by vendor modules, and do not constitute a system-vendor interface. Bug: 122938657 Test: development/vndk/tools/header-checker/utils/create_reference_dumps.py Change-Id: Ia2af4250ef1443f8ea3ed5ab111668462f120979
-
Treehugger Robot authored
-
Dan Willemsen authored
We've got an internal testcase that uses minijail0 inside an Android.mk rule. That was failing since we turned on the linux sandbox, as /proc was mounted read-only, which prevented setting up the uid/gid mappings for a child namespace. Fixes: 122985455 Test: treehugger & forrest of breaking build Change-Id: Ia77a91a7f4eeeb8a24e84075d8272287f5087587
-
Sundong Ahn authored
To support core library, "Openjdk9", "No_standard_libs" and metalava properties are added to java_sdk_library. If core_lib is true, dist paths are changed to apistubs/core/.... impl library name is changed to {module_name}.jar instead of {module_name}.impl.jar Bug: 110404779 Test: m -j Change-Id: Ieb6248ea714b4260333d8bf61573d4f3413f7f24 Merged-In: Ieb6248ea714b4260333d8bf61573d4f3413f7f24 (cherry picked from commit af4907fe)
-
Jaewoong Jung authored
This enables using arch-dependent property values in modules defined in android/. Bug: 122332178 Test: Soong tests + TreeHugger Change-Id: I89869e395fabf0e69f505b77eab8a4221384124e
-
- Jan 16, 2019
-
-
Nicolas Geoffray authored
Host doesn't have apexes. Bug: 122947954 Test: build dex2oat, check that libnativebridge is installed. Change-Id: I3548e3f155a200e56d71e88631b71511bad84161
-
Elliott Hughes authored
Test: treehugger Change-Id: If4e53cc8d088c7b79399ae8e10601c9b22bd118d
-
Elliott Hughes authored
-
Treehugger Robot authored
-
Elliott Hughes authored
Test: treehugger Change-Id: Ib31182ca7ce827396476699ac9d1c636cdd324fc
-
Treehugger Robot authored
-
Colin Cross authored
-
Colin Cross authored
This reverts commit 462963b5. Reason for revert: broke emma turbine build Change-Id: I2e49bb127e1eb5006e7e27a59c4e85efa63bb38e
-
Dan Willemsen authored
This starts a new network namespace without any connections to the outside. Bug: 122270019 Test: USE_GOMA=true m libc Test: treehugger Test: add rule to use /usr/bin/wget, fails after this change Change-Id: Iba262025ce0e4e3bef5c34c817cc678d6c61403b
-
Treehugger Robot authored
-
- Jan 15, 2019
-
-
Colin Cross authored
-
Ivan Lozano authored
-
Dan Willemsen authored
This really only initializes the sandbox, it does not attempt to change the view of the filesystem, nor does it turn off networking. Bug: 122270019 Test: m Test: trigger nsjail check failure; lunch; m; cat out/soong.log Test: USE_GOMA=true m libc Change-Id: Ib291072dcee8247c7a15f5b6831295ead6e4fc22
-
Neil Fuller authored
-
Ivan Lozano authored
This enables execute-only memory (XOM) layouts to be used by default in the build system. As of now, there's only support for ARM64 devices, so this only affects those. Since userland XOM requires kernel support, devices without the necessary support will continue to allow pages marked execute-only to be read and they should be unaffected by this. Bug: 77958880 Test: Device with and without kernel support boot. Test: Binary throws segfault when reading from XOM on supported device. Test: Debugger works and stack traces are still generated correctly. Test: Teamfooding, stable during regular usage. Change-Id: Ifc7438cd242a824db441b8d557454d1c3cc81eeb
-
Colin Cross authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Anton Hansson authored
-
Treehugger Robot authored
-
Elliott Hughes authored
-
Treehugger Robot authored
-
Dan Willemsen authored
The minimum set of supported features are different between Android and Linux with X86_64. So while the list of variants and features are still technically correct, and may be shared more in the future, the default needs to be configured differently. Bug: 120208462 Test: add `host_supported: true` to libopus; m libopus Change-Id: Ib79707d17b852f77341026085230c026b6386b78
-
- Jan 14, 2019
-
-
Nan Zhang authored
-
Colin Cross authored
Java modules with hostdex: true have to manually create an extra androidmk entry, which was missing LOCAL_PREBUILT_MODULE_FILE. Test: m checkbuild Change-Id: I0fb50196fe01ba9eb0c4aef446e7c8f28bbaec12
-