Searched refs:git (Results 1 – 25 of 36) sorted by relevance
12
/packages/modules/Connectivity/netbpfload/initrc-doc/ |
D | README.txt | 6 …(cd ../../../../../system/bpf && git cat-file -p remotes/aosp/android11-release:bpfloader/bpfloade… 7 …(cd ../../../../../system/bpf && git cat-file -p remotes/aosp/android12-release:bpfloader/bpfloade… 8 …(cd ../../../../../system/bpf && git cat-file -p remotes/aosp/android13-release:bpfloader/bpfloade… 9 …(cd ../../../../../system/bpf && git cat-file -p remotes/aosp/android14-release:bpfloader/bpfloade… 10 …(cd ../../../../../system/bpf && git cat-file -p remotes/aosp/main:bpfloader/bpfloader.rc; … 13 …(cd /android1/system/bpf && git cat-file -p remotes/goog/rvc-dev:bpfloader/bpfloader.rc; ) | egrep… 14 …(cd /android1/system/bpf && git cat-file -p remotes/goog/sc-dev:bpfloader/bpfloader.rc; ) | egrep… 15 …(cd /android1/system/bpf && git cat-file -p remotes/goog/tm-dev:bpfloader/bpfloader.rc; ) | egrep… 16 …(cd /android1/system/bpf && git cat-file -p remotes/goog/udc-dev:bpfloader/bpfloader.rc; ) | egrep… 17 …(cd /android1/system/bpf && git cat-file -p remotes/goog/main:bpfloader/bpfloader.rc; ) | egrep… [all …]
|
/packages/modules/Bluetooth/system/doc/ |
D | style_guide.md | 285 `git log --oneline path_to_files/filename_or_* | grep clang-format | head -n 5` 291 `git revert HASH -n` 297 `git status | grep both.modified` 301 `git revert --abort` 307 `git reset HEAD both_modified_file` 311 `git checkout both_modified_file` 315 `git cherry-pick your_patch_that_used_to_apply_cleanly` 323 `git add path_to_files/filename_or_*` 325 `git commit --amend` 329 `git checkout .` [all …]
|
/packages/modules/Bluetooth/system/build/dpkg/libchrome/ |
D | gen-src-pkg.sh | 27 git clone --branch "${platform2_branch}" https://chromium.googlesource.com/chromiumos/platform2 || … 28 (cd platform2 && git checkout "${platform2_commit}") 35 git clone --branch "${libchrome_branch}" https://chromium.googlesource.com/chromiumos/platform/libc… 37 git checkout "${libchrome_commit}" 38 rm -rf .git
|
/packages/modules/GeoTZ/validation/geonames/ |
D | run_compare.sh | 76 GEONAMES_SHA=$(git --git-dir=${EXTERNAL_GEONAMES_DIR}/.git rev-parse --short HEAD) 77 echo ${EXTERNAL_GEONAMES_DIR} git SHA is: ${GEONAMES_SHA}
|
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/ |
D | 0001-Add-missing-includes.patch | 1 diff --git a/libchrome/base/hash/md5_nacl.cc b/libchrome/base/hash/md5_nacl.cc 13 diff --git a/libchrome/crypto/p224_spake.cc b/libchrome/crypto/p224_spake.cc 26 diff --git a/libchrome/base/functional/function_ref.h b/libchrome/base/functional/function_ref.h 39 diff --git a/libchrome/base/memory/ref_counted.h b/libchrome/base/memory/ref_counted.h
|
D | 0001-Remove-absl-from-pkgconfig.patch | 11 diff --git a/libchrome/BUILD.gn b/libchrome/BUILD.gn
|
D | 0001-Perfetto-instance-hack.patch | 10 diff --git a/libchrome/base/logging.cc b/libchrome/base/logging.cc
|
D | 0001-rebase_path-for-write_args.patch | 10 diff --git a/libchrome/BUILD.gn b/libchrome/BUILD.gn
|
/packages/apps/TV/ |
D | version.mk | 98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
|
/packages/apps/Camera2/ |
D | version.mk | 89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
|
/packages/modules/common/tools/ |
D | finalize_sdk.py | 214 git = ['git', '-C', str(repo)] variable 215 subprocess.check_output(git + ['add'] + list(created_dirs[repo])) 220 subprocess.check_output(git + ['add', COMPAT_README]) 223 …change_id_match = re.search(r'Change-Id: [^\\n]+', str(subprocess.check_output(git + ['log', '-1']… 228 subprocess.check_output(git + ['commit', '--amend', '-m', commit_message + change_id]) 230 subprocess.check_output(git + ['commit', '-m', commit_message])
|
/packages/modules/Bluetooth/system/build/dpkg/modp_b64/ |
D | gen-src-pkg.sh | 20 git clone --branch "${branch}" https://chromium.googlesource.com/chromiumos/platform2 || exit 1 27 git clone --branch "${branch}" https://chromium.googlesource.com/aosp/platform/external/modp_b64 ||… 29 rm -rf .git
|
/packages/modules/Bluetooth/system/build/dpkg/sysprop/ |
D | gen-src-pkg.sh | 20 git clone --branch "${branch}" https://android.googlesource.com/platform/system/libbase || exit 1 23 git clone --branch "${branch}" https://android.googlesource.com/platform/system/tools/sysprop "${pk… 25 rm -rf .git
|
/packages/apps/TV/libs/m2/ |
D | update.sh | 18 git rm *.jar *.aar 35 git add *.jar *.aar
|
/packages/modules/Virtualization/authfs/testdata/ |
D | README.md | 5 [fsverity-utils](https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git)
|
/packages/modules/Bluetooth/system/build/dpkg/floss/ |
D | build-dpkg | 146 ${DRY_RUN} git clone -b "${CHROMIUM_BRANCH}" "${URL_PLATFORM2_GIT}" "${GIT_DIR_PLATFORM2}" 148 ${DRY_RUN} git clone "${URL_RUST_CRATES_GIT}" "${GIT_DIR_RUST_CRATES}" 149 ${DRY_RUN} git clone "${URL_PROTO_LOGGING_GIT}" "${GIT_DIR_PROTO_LOGGING}"
|
/packages/apps/Settings/tests/robotests/ |
D | new_tests_hook.sh | 8 git diff --name-status $REPO_LREV | grep "^A.*tests/robotests.*\.java")
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/ |
D | README.md | 6 git submodule update --init
|
/packages/apps/Dialer/ |
D | CleanSpec.mk | 41 $(call add-clean-step, (cd packages/apps/Dialer; git clean -f java/com/android/voicemail/impl/com/g…
|
/packages/modules/SdkExtensions/gen_sdk/ |
D | bump_sdk.sh | 53 git -C ${SDKEXT} commit -a -m "$message"
|
/packages/modules/Bluetooth/system/build/dpkg/ |
D | README.txt | 8 * apt-get install git debmake
|
/packages/modules/Bluetooth/system/gd/cert/ |
D | set_up_and_run_device_cert.sh | 149 git checkout devices_config.json
|
/packages/modules/Bluetooth/ |
D | README.md | 22 sudo apt-get install repo git-core gnupg flex bison gperf build-essential \ 45 git clone https://android.googlesource.com/platform/packages/modules/Bluetooth
|
/packages/modules/Bluetooth/floss/build/ |
D | Dockerfile | 71 RUN cargo install --git https://android.googlesource.com/platform/build#8f9ca807 aconfig
|
/packages/apps/Car/DebuggingRestrictionController/server/ |
D | HOW_TO.md | 43 it in git.
|
12