summaryrefslogtreecommitdiffstats
path: root/target/board
Commit message (Expand)AuthorAgeFilesLines
* Bump generic_arm64 system partition size.Ying Wang2015-03-201-1/+1
* Bump generic_mips system partition size.Ying Wang2015-03-201-1/+1
* Increase system and userdata partition sizes.Douglas Leung2015-03-111-2/+2
* am 58aeaed9: Merge "goldfish_logcat: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
|\
| * Merge "goldfish_logcat: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
| |\
| | * goldfish_logcat: remove permissive_or_unconfined()Stephen Smalley2015-02-101-1/+0
* | | am aa67c0ce: Merge "qemud: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
|\ \ \ | |/ /
| * | Merge "qemud: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
| |\ \
| | * | qemud: remove permissive_or_unconfined()Stephen Smalley2015-02-101-1/+0
| | |/
* | | am 4be75b37: Merge "qemu_props: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
|\ \ \ | |/ /
| * | Merge "qemu_props: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
| |\ \
| | * | qemu_props: remove permissive_or_unconfined()Stephen Smalley2015-02-101-1/+0
| | |/
* | | am 5d47a481: Merge "goldfish_setup: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
|\ \ \ | |/ /
| * | Merge "goldfish_setup: remove permissive_or_unconfined()"Ying Wang2015-02-231-1/+0
| |\ \
| | * | goldfish_setup: remove permissive_or_unconfined()Stephen Smalley2015-02-101-1/+0
| | |/
* | | Merge commit 'b89ec38113a22d09b0832ed2d3cb8fc413a14a75' into HEADBill Yi2015-02-193-6/+5
|\ \ \ | |/ / |/| |
| * | am bdfec89d: Merge "Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mi...Ying Wang2015-02-121-1/+1
| |\ \
| * \ \ am d857abd1: am 151205c3: Merge "Bump generic_mips and generic_x86_64 system ...bohu2015-02-122-2/+2
| |\ \ \
| | * | | Bump generic_mips and generic_x86_64 system partition sizebohu2015-02-112-2/+2
| * | | | am 7a1125bc: Merge "Make TARGET_CPU_VARIANT the same as TARGET_ARCH_VARIANT f...Brian Carlstrom2015-01-092-0/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | am 8750cfc5: am 111ba923: Bump generic_arm64 system partition size to 900M.Ying Wang2014-12-101-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bump generic_arm64 system partition size to 900M.Ying Wang2014-12-101-1/+1
| * | | | am ea6113f0: Merge "arm: Support qemu-android on generic arm targets"Ying Wang2014-11-202-15/+0
| |\ \ \ \
| * \ \ \ \ am 1cffe219: am b0efa98d: Merge "Switch qemud to permissive_or_unconfined()."Daniel Cashman2014-11-061-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ am 54e18379: am 36084e64: Merge "Label goldfish block devices with their own ...Nick Kralevich2014-10-311-0/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 4fe702e4: am dfa2f8a6: Merge "Mark qemu_device as a mlstrustedobject."Nick Kralevich2014-10-311-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 9318a22f: am b6f60d57: Use the lowest common denominator 32-bit abi for ar...Ying Wang2014-10-231-3/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Use the lowest common denominator 32-bit abi for arm64 cts build.Ying Wang2014-10-211-3/+2
| * | | | | | | | am ee2dbee3: am 3e8b79c2: Merge "Increase system image partition size to fix ...Vince Harron2014-10-081-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | am 7b5efad1: am a815a009: Merge "Build: Increase system image for generic_arm...Andreas Gampe2014-10-031-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 807a28b9: am 00bd658e: Merge "Remove obsolete libffi"Brian Carlstrom2014-09-302-4/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 67463061: am 9d5f5d0e: Merge "Add domains for goldfish services."Nick Kralevich2014-09-289-0/+59
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge "Remove ARCH_ARM_HAVE_TLS_REGISTER."Elliott Hughes2015-02-171-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Remove ARCH_ARM_HAVE_TLS_REGISTER.Elliott Hughes2015-02-131-1/+0
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64.Douglas Leung2015-02-101-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Make TARGET_CPU_VARIANT the same as TARGET_ARCH_VARIANT for Mips.Douglas Leung2015-01-072-0/+7
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | arm: Support qemu-android on generic arm targetsChristoffer Dall2014-11-192-15/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | am b0efa98d: Merge "Switch qemud to permissive_or_unconfined()."Daniel Cashman2014-11-061-1/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Switch qemud to permissive_or_unconfined().Stephen Smalley2014-11-061-1/+4
* | | | | | | | am 36084e64: Merge "Label goldfish block devices with their own types."Nick Kralevich2014-10-311-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Label goldfish block devices with their own types.Stephen Smalley2014-10-311-0/+3
* | | | | | | am dfa2f8a6: Merge "Mark qemu_device as a mlstrustedobject."Nick Kralevich2014-10-311-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Mark qemu_device as a mlstrustedobject.Stephen Smalley2014-10-311-1/+1
| | |_|/ / / | |/| | | |
* | | | | | am 3e8b79c2: Merge "Increase system image partition size to fix build" into l...Vince Harron2014-10-071-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Increase system image partition size to fix buildVince Harron2014-10-071-1/+1
| | |_|_|/ | |/| | |
* | | | | am a815a009: Merge "Build: Increase system image for generic_arm64" into lmp-devAndreas Gampe2014-10-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Build: Increase system image for generic_arm64Andreas Gampe2014-10-031-1/+1
| * | | | Remove the vbox target from the build system.Dan Albert2014-09-117-261/+0
| * | | | Change mips64 default to mips64r6 from mips64r2Andrew Hsieh2014-09-041-1/+1
* | | | | am 807a28b9: am 00bd658e: Merge "Remove obsolete libffi"Brian Carlstrom2014-09-292-4/+2
|\ \ \ \ \ | | |/ / / | |/| | |