/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/ |
H A D | android-tools-conf-configfs_1.0.bb | 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 30 …install -m 0644 ${UNPACKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adb… [all …]
|
H A D | android-tools_29.0.6.r14.bb | 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/ 175 ${systemd_unitdir}/system/android-tools-adbd.service \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/ |
H A D | android-tools-conf-configfs_1.0.bb | 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 30 …install -m 0644 ${UNPACKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adb… [all …]
|
H A D | android-tools_5.1.1.r37.bb | 13 ANDROID_MIRROR = "android.googlesource.com" 15 # matches with android-5.1.1_r37 53 file://android-tools-adbd.service \ 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 '… 199 # android-tools/5.1.1.r37/git/system/core/adb/adb_auth_host.c:86:27: error: passing argument 3 of '…
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | hard-code-build-number.patch | 8 #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 D | add-missing-headers.patch | 12 #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>
|
H A D | simg_dump-python3.patch | 10 Index: android-platform-tools/system/core/libsparse/simg_dump.py 12 --- android-platform-tools.orig/system/core/libsparse/simg_dump.py 13 +++ android-platform-tools/system/core/libsparse/simg_dump.py
|
H A D | libusb-header-path.patch | 17 #include <android-base/file.h> 18 #include <android-base/logging.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | hard-code-build-number.patch | 8 #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 D | add-missing-headers.patch | 12 #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>
|
H A D | simg_dump-python3.patch | 10 Index: android-platform-tools/system/core/libsparse/simg_dump.py 12 --- android-platform-tools.orig/system/core/libsparse/simg_dump.py 13 +++ android-platform-tools/system/core/libsparse/simg_dump.py
|
H A D | libusb-header-path.patch | 17 #include <android-base/file.h> 18 #include <android-base/logging.h>
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-wakeup | 3 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/recipes-devtools/perfetto/ |
H A D | perfetto.bb | 18 …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/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/ |
H A D | 10-adbd-configfs.conf | 2 ExecStartPre=/usr/bin/android-gadget-setup 3 ExecStartPost=/usr/bin/android-gadget-start 4 ExecStopPost=/usr/bin/android-gadget-cleanup
|
H A D | android-gadget-setup | 9 if [ -r /etc/android-gadget-setup.machine ] ; then 10 . /etc/android-gadget-setup.machine 17 [ -d adb ] && /usr/bin/android-gadget-cleanup || true
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/ |
H A D | 10-adbd-configfs.conf | 2 ExecStartPre=/usr/bin/android-gadget-setup 3 ExecStartPost=/usr/bin/android-gadget-start 4 ExecStopPost=/usr/bin/android-gadget-cleanup
|
H A D | android-gadget-setup | 9 if [ -r /etc/android-gadget-setup.machine ] ; then 10 . /etc/android-gadget-setup.machine 17 [ -d adb ] && /usr/bin/android-gadget-cleanup || true
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | android.txt | 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 37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm 40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86 46 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/i686-linux-android-
|
/openbmc/linux/Documentation/devicetree/bindings/goldfish/ |
H A D | pipe.txt | 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/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0002-android-tools-modifications-to-make-it-build-in-yoct.patch | 4 Subject: [PATCH] android-tools: modifications to make it build in yocto 58 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 59 + -Wl,-rpath='$$ORIGIN/../lib/android' \ 71 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 72 + -Wl,-rpath='$$ORIGIN/../lib/android' \ 84 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 85 + -Wl,-rpath='$$ORIGIN/../lib/android' \ 106 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 136 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ 163 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android \ [all …]
|
H A D | android-tools-adbd.service | 4 Before=android-system.service 9 ExecStartPre=-/usr/bin/android-gadget-setup adb
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | Makefile | 6 obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o 8 x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | android-tools-adbd.service | 4 Before=android-system.service 9 ExecStartPre=-/usr/bin/android-gadget-setup adb
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0001-memory.h-Always-define-strlcpy-for-glibc-based-syste.patch | 6 android-config.h file includes on compiler cmdline sets HAVE_STRLCPY 7 unconditionally, since bionic supports it, its no big deal on android 10 the implementation provided by android-tools here. We are currently
|