- 20 6月, 2017 5 次提交
-
-
由 Simon Fels 提交于
Dump Android log output continuously into rotating /data/system.log
-
由 Simon Fels 提交于
Bump debian package version to 7
-
由 Simon Fels 提交于
Disable mir support as it is broken with latest landings in Ubuntu 16.04
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
-
- 16 6月, 2017 1 次提交
-
-
由 Simon Fels 提交于
-
- 10 6月, 2017 3 次提交
-
-
由 Simon Fels 提交于
sudo make install
-
由 Scott Edwards 提交于
-
-
- 07 6月, 2017 5 次提交
-
-
由 Simon Fels 提交于
dkms: fix modules build with more kernel versions
-
由 Simon Fels 提交于
Pass snap version to correct cmake variable
-
由 Simon Fels 提交于
Ensure that we have an valid intent before we launch it
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
-
- 05 6月, 2017 1 次提交
-
-
由 Tomasz Maciej Nowak 提交于
The Makefile for ashmem and binder have this line: KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build so dkms will always build those modules against running kernel, even for other kernel version headers. With this commit dkms will always provide the necessary kernel version. Signed-off-by: NTomasz Maciej Nowak <tomek_n@o2.pl>
-
- 04 6月, 2017 3 次提交
-
-
由 Scott Edwards 提交于
-
由 Scott Edwards 提交于
-
由 Simon Fels 提交于
Rework versioning to include git rev in snap version
-
- 03 6月, 2017 1 次提交
-
-
由 Simon Fels 提交于
-
- 30 5月, 2017 2 次提交
-
-
由 Simon Fels 提交于
Fix build with GCC 7.1
-
由 Eddie Ringle 提交于
From the Porting to GCC 7[1] page: > Several C++ Standard Library headers have been changed to no longer include > the `<functional>` header. As such, C++ programs that used components defined > in `<functional>` without explicitly including that header will no longer > compile. > Previously components such as std::bind and std::function were > implicitly defined after including unrelated headers such as `<memory>`, > `<future>`, `<mutex>`, and `<regex>`. > Correct code should `#include <functional>` to define them. [1]: https://gcc.gnu.org/gcc-7/porting_to.htmlSigned-off-by: NEddie Ringle <eddie@ringle.io>
-
- 28 5月, 2017 9 次提交
-
-
由 Simon Fels 提交于
Bump snap version to 3
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
Add snap and travis status in README.md
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
Correct screen dimensions
-
由 Simon Fels 提交于
Migrate permissions of /data correctly for existing installations
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
-
- 23 5月, 2017 8 次提交
-
-
由 Simon Fels 提交于
Correct permissions for Android IP configuration directory to prevent failing container start
-
由 Simon Fels 提交于
If we don't assign the unprivileged user as owner the container will fail to start as the Android services wont be able to write anything into the created directory hierarchy.
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
-
由 Simon Fels 提交于
Fix cyclic reference between PlatformPolicy and WindowManager and rework DisplayManager
-
由 Simon Fels 提交于
Correct emugl includes and move to std::{mutex,shared_ptr} where possible
-
由 Simon Fels 提交于
Update build-android.md
-
由 Simon Fels 提交于
Fix build with clang
-
- 18 5月, 2017 2 次提交
-
-
由 Bernhard Rosenkränzer 提交于
Fixes building anbox with clang 4.0 -- removes unused declarations, makes sure a template is visible at first instantiation, makes sure exception declarations match between headers and implementations Signed-off-by: NBernhard Rosenkränzer <bero@lindev.ch>
-
由 Thomas Voß 提交于
Make dependency on properties-cpp explicit
-