Home
last modified time | relevance | path

Searched full:android (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/
H A Dandroid-tools-conf-configfs_1.0.bb1 DESCRIPTION = "Various utilities from Android - corresponding configuration files for using ConfigF…
10 file://android-gadget-setup \
11 file://android-gadget-start \
12 file://android-gadget-cleanup \
20 install -m 0755 ${UNPACKDIR}/android-gadget-setup ${D}${bindir}
21 install -m 0755 ${UNPACKDIR}/android-gadget-start ${D}${bindir}
22 install -m 0755 ${UNPACKDIR}/android-gadget-cleanup ${D}${bindir}
24 if [ -r ${UNPACKDIR}/android-gadget-setup.machine ] ; then
26 install -m 0644 ${UNPACKDIR}/android-gadget-setup.machine ${D}${sysconfdir}
29 install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
[all …]
H A Dandroid-tools_29.0.6.r14.bb1 DESCRIPTION = "Various utilities from Android"
15 …git://salsa.debian.org/android-tools-team/android-platform-tools;name=core;protocol=https;branch=m…
18 # Patches copied from android-platform-tools/debian/patches
47 file://android-tools-adbd.service \
51 file://0002-android-tools-modifications-to-make-it-build-in-yoct.patch \
72 SYSTEMD_SERVICE:${PN}-adbd = "android-tools-adbd.service"
158 install -D -p -m0644 ${UNPACKDIR}/android-tools-adbd.service \
159 ${D}${systemd_unitdir}/system/android-tools-adbd.service
161 install -d ${D}${libdir}/android/
162 install -m0755 ${S}/debian/out/system/core/*.so.* ${D}${libdir}/android/
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools-conf-configfs_1.0.bb1 DESCRIPTION = "Different utilities from Android - corressponding configuration files for using Conf…
10 file://android-gadget-setup \
11 file://android-gadget-start \
12 file://android-gadget-cleanup \
20 install -m 0755 ${UNPACKDIR}/android-gadget-setup ${D}${bindir}
21 install -m 0755 ${UNPACKDIR}/android-gadget-start ${D}${bindir}
22 install -m 0755 ${UNPACKDIR}/android-gadget-cleanup ${D}${bindir}
24 if [ -r ${UNPACKDIR}/android-gadget-setup.machine ] ; then
26 install -m 0644 ${UNPACKDIR}/android-gadget-setup.machine ${D}${sysconfdir}
29 install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
[all …]
H A Dandroid-tools_5.1.1.r37.bb1 DESCRIPTION = "Different utilities from Android"
13 ANDROID_MIRROR = "android.googlesource.com"
15 # matches with android-5.1.1_r37
53 file://android-tools-adbd.service \
54 file://build/0001-Riscv-Add-risc-v-Android-config-header.patch;patchdir=build \
78 SYSTEMD_SERVICE:${PN}-adbd = "android-tools-adbd.service"
154 install -D -p -m0644 ${UNPACKDIR}/android-tools-adbd.service \
155 ${D}${systemd_unitdir}/system/android-tools-adbd.service
175 ${systemd_unitdir}/system/android-tools-adbd.service \
198 # android-tools/5.1.1.r37/git/system/core/adb/adb_auth_host.c:86:23: error: passing argument 2 of '…
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dandroid.txt1 How to compile perf for Android
4 I. Set the Android NDK environment
7 (a). Use the Android NDK
9 1. You need to download and install the Android Native Development Kit (NDK).
11 export NDK=/path/to/android-ndk
16 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-arm
18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-
19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86
21 This method is only tested for Android NDK versions Revision 11b and later.
25 (b). Use the Android source tree
[all …]
/openbmc/linux/drivers/android/
H A DKconfig2 menu "Android" menu
5 bool "Android Binder IPC Driver"
9 Binder is used in Android for both communication between processes,
12 This means one Android process can call a method/routine in another
13 Android process, using Binder to identify, invoke and pass arguments
17 bool "Android Binderfs filesystem"
21 Binderfs is a pseudo-filesystem for the Android Binder IPC driver
23 instances of Android.
29 string "Android Binder devices"
41 bool "Android Binder IPC Driver Selftest"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-wakeup3 Contact: Tri Vo <trong@android.com>
10 Contact: Tri Vo <trong@android.com>
16 Contact: Tri Vo <trong@android.com>
23 Contact: Tri Vo <trong@android.com>
30 Contact: Tri Vo <trong@android.com>
37 Contact: Tri Vo <trong@android.com>
44 Contact: Tri Vo <trong@android.com>
52 Contact: Tri Vo <trong@android.com>
59 Contact: Tri Vo <trong@android.com>
66 Contact: Tri Vo <trong@android.com>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dhard-code-build-number.patch8 #include <android-base/parsenetaddress.h>
9 #include <android-base/stringprintf.h>
10 #include <android-base/strings.h>
20 - PLATFORM_TOOLS_VERSION, android::build::GetBuildNumber().c_str(),
22 android::base::GetExecutablePath().c_str());
28 #include <android-base/stringprintf.h>
29 #include <android-base/strings.h>
30 #include <android-base/unique_fd.h>
42 - fprintf(stdout, "fastboot version %s-%s\n", PLATFORM_TOOLS_VERSION, android::build…
44 fprintf(stdout, "Installed as %s\n", android::base::GetExecutablePath().c_str());
H A Dadd-missing-headers.patch12 #include <android-base/file.h>
13 #include <android-base/unique_fd.h>
22 #include <android-base/file.h>
23 #include <android-base/unique_fd.h>
27 #include <android/set_abort_message.h>
33 #include <android-base/errno_restorer.h>
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dhard-code-build-number.patch8 #include <android-base/parsenetaddress.h>
9 #include <android-base/stringprintf.h>
10 #include <android-base/strings.h>
20 - PLATFORM_TOOLS_VERSION, android::build::GetBuildNumber().c_str(),
22 android::base::GetExecutablePath().c_str());
28 #include <android-base/stringprintf.h>
29 #include <android-base/strings.h>
30 #include <android-base/unique_fd.h>
42 - fprintf(stdout, "fastboot version %s-%s\n", PLATFORM_TOOLS_VERSION, android::build…
44 fprintf(stdout, "Installed as %s\n", android::base::GetExecutablePath().c_str());
H A Dadd-missing-headers.patch12 #include <android-base/file.h>
13 #include <android-base/unique_fd.h>
22 #include <android-base/file.h>
23 #include <android-base/unique_fd.h>
27 #include <android/set_abort_message.h>
33 #include <android-base/errno_restorer.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb18 …git://android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix…
19 …git://android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuff…
20 …git://android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix…
21 …git://android.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsu…
22 …git://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=gi…
23 …git://android.googlesource.com/platform/bionic.git;branch=master;protocol=https;destsuffix=git/bui…
24 …git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=…
25 …git://android.googlesource.com/platform/external/lzma.git;branch=master;protocol=https;destsuffix=…
26 …git://android.googlesource.com/platform/external/zstd.git;branch=master;protocol=https;destsuffix=…
/openbmc/linux/Documentation/devicetree/bindings/goldfish/
H A Dpipe.txt1 Android Goldfish QEMU Pipe
3 Andorid pipe virtual device generated by android emulator.
7 - compatible : should contain "google,android-pipe" to match emulator
14 compatible = "google,android-pipe";
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dother.c4 * Android as (part of) the factory image. The factory kernels shipped on these
17 #include "x86-android-tablets.h"
19 /* Acer Iconia One 7 B1-750 has an Android factory img with everything hardcoded */
95 * Use the x86-android-tablets infra to create a gpio-button device for this.
116 * When booted with the BIOS set to Android mode the Chuwi Hi8 (CWI509) DSDT
201 * Cyberbook T116 Android version
202 * This comes in both Windows and Android versions and even on Android
205 * Use the x86-android-tablets infra to create a gpio-button device for these.
250 * The vendor-supplied Android-x86 build switches the device to a "Android" in czc_p10t_init()
257 * In the Android mode, the home button sends just a single scancode, in czc_p10t_init()
[all …]
H A DKconfig3 # X86 Android tablet support Kconfig
7 tristate "X86 Android tablet support"
10 X86 tablets which ship with Android as (part of) the factory image
20 If you have a x86 Android tablet say Y or M here, for a generic x86
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFDK-AAC1 Software License for The Fraunhofer FDK AAC Codec Library for Android
7 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
9 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
19 the ISO/IEC MPEG audio standards. Please note that most manufacturers of Android devices already li…
48 "Fraunhofer FDK AAC Codec Library for Android" must be replaced by the term
49 "Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android."
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DFraunhofer_FDK_AAC_Codec_Library_for_Android1 Software License for The Fraunhofer FDK AAC Codec Library for Android
7 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software
10 a wide variety of Android devices.
23 Android devices already license these patent claims through Via Licensing or
56 of the FDK AAC Codec, the term "Fraunhofer FDK AAC Codec Library for Android"
58 AAC Codec Library for Android."
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup6 model="Android device"
9 if [ -r /etc/android-gadget-setup.machine ] ; then
10 . /etc/android-gadget-setup.machine
17 [ -d adb ] && /usr/bin/android-gadget-cleanup || true
H A D10-adbd-configfs.conf2 ExecStartPre=/usr/bin/android-gadget-setup
3 ExecStartPost=/usr/bin/android-gadget-start
4 ExecStopPost=/usr/bin/android-gadget-cleanup
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup6 model="Android device"
9 if [ -r /etc/android-gadget-setup.machine ] ; then
10 . /etc/android-gadget-setup.machine
17 [ -d adb ] && /usr/bin/android-gadget-cleanup || true
H A D10-adbd-configfs.conf2 ExecStartPre=/usr/bin/android-gadget-setup
3 ExecStartPost=/usr/bin/android-gadget-start
4 ExecStopPost=/usr/bin/android-gadget-cleanup
/openbmc/u-boot/doc/
H A DREADME.android-fastboot2 Android Fastboot
9 ``README.android-fastboot-protocol`` file in the same directory.
33 Android's ``platform/system/core`` repository in the fastboot
35 part of the Android SDK Platform-Tools and can be downloaded from:
37 https://developer.android.com/studio/releases/platform-tools
185 the an image in Android format *or* pass a binary kernel and let the
186 fastboot client wrap the Android suite around it. On OMAP for instance you
208 ## Booting Android Image at 0x81000000 ...
H A DREADME.avb21 Android Verified Boot 2.0
3 This file contains information about the current support of Android Verified
10 - Android Boot image: Linux kernel + ramdisk. RAW hashing of the whole
19 https://android.googlesource.com/platform/external/avb/+/master/README.md
78 Then add `avb verify` invocation to your android boot sequence of commands,
91 echo Trying to boot Android from eMMC ...; \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch4 Subject: [PATCH] android-tools: modifications to make it build in yocto
56 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
57 + -Wl,-rpath='$$ORIGIN/../lib/android' \
69 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
70 + -Wl,-rpath='$$ORIGIN/../lib/android' \
82 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
83 + -Wl,-rpath='$$ORIGIN/../lib/android' \
102 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
132 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
159 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \
[all …]
/openbmc/u-boot/common/
H A Dimage-android.c19 * All the Android tools that generate a boot.img use this in android_image_get_kernel_addr()
36 * android_image_get_kernel() - processes kernel part of Android boot images
56 * Not all Android tools use the id field for signing the image with in android_image_get_kernel()
63 printf("Android's image name: %s\n", andr_tmp_str); in android_image_get_kernel()
169 * android_print_contents - prints out the contents of the Android format image
170 * @hdr: pointer to the Android format image header
172 * android_print_contents() formats a multi line Android image contents
174 * The routine prints out Android image properties

12345678910>>...17