/aosp12/packages/apps/Car/tests/tools/ |
H A D | git_clone_projects.sh | 42 git clone -b $BRANCH "$GIT_REPO_URL/platform/packages/apps/Car/libs" 45 f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-… 50 git clone -b $BRANCH "$GIT_REPO_URL/platform/packages/apps/Car/tests" 53 f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-…
|
/aosp12/frameworks/av/media/libaaudio/scripts/ |
H A D | revert_all_aaudio.sh | 13 git checkout -- ${LIBAAUDIO_DIR}/examples 14 git checkout -- ${LIBAAUDIO_DIR}/include 15 git checkout -- ${LIBAAUDIO_DIR}/src 16 git checkout -- ${LIBAAUDIO_DIR}/tests 17 git checkout -- ${OBOESERVICE_DIR}
|
/aosp12/bootable/recovery/ |
H A D | .clang-format | 3 # Alternatively, one can stage and format a change with `git clang-format` directly. 5 # $ git add <files> 6 # $ git clang-format --style file 10 # $ git clang-format --style file HEAD~1 15 # $ git config --local clangFormat.style file 22 # $ git clang-format --binary \ 27 # $ git config --local clangFormat.binary \
|
/aosp12/hardware/ti/am57x/libhwcomposer/ |
H A D | METADATA | 8 value: "http://git.ti.com/android/hardware-ti-dra7xx" 12 value: "git://git.ti.com/android/hardware-ti-dra7xx.git"
|
/aosp12/system/bt/doc/ |
H A D | style_guide.md | 291 `git revert HASH -n` 301 `git revert --abort` 325 `git commit --amend` 329 `git checkout .` 333 `git diff` 365 `git revert HEAD --no-edit` 369 `git cherry-pick HASH` 399 `git rebase -i HEAD^^^` 421 `git show` 425 `git checkout aosp/master` [all …]
|
/aosp12/packages/modules/GeoTZ/validation/geonames/ |
H A D | run_compare.sh | 75 GEONAMES_SHA=$(git --git-dir=${EXTERNAL_GEONAMES_DIR}/.git rev-parse --short HEAD) 76 echo ${EXTERNAL_GEONAMES_DIR} git SHA is: ${GEONAMES_SHA}
|
/aosp12/frameworks/base/tools/aosp/ |
H A D | aosp_sha.sh | 4 if git branch -vv | grep -q -P "^\*[^\[]+\[aosp/"; then 7 elif git log -n 1 --format='%B' $1 | grep -q -E "^Ignore-AOSP-First: .+" ; then 19 done < <(git show --name-only --pretty=format: $1 | grep -- "$2")
|
/aosp12/frameworks/base/tools/stringslint/ |
H A D | stringslint_sha.sh | 3 git show --name-only --pretty=format: $1 | grep values/strings.xml | while read file; do 4 python3 $LOCAL_DIR/stringslint.py <(git show $1:$file) <(git show $1^:$file)
|
/aosp12/packages/apps/Car/tests/ |
H A D | readme.md | 19 git clone -b $BRANCH https://android.googlesource.com/platform/packages/apps/Car/tests 21 f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-… 81 sudo apt-get install git-gui 94 git gui & 102 git add . 103 git commit 104 git push origin HEAD:refs/for/$BRANCH
|
/aosp12/system/chre/ |
H A D | bundle_chre.sh | 10 BRANCH=`git rev-parse --abbrev-ref --symbolic-full-name @{u}` 11 HEAD_HASH=`git describe --always --long $BRANCH` 13 git bundle create $FILENAME $BRANCH
|
/aosp12/packages/modules/common/tools/ |
H A D | finalize_sdk.py | 104 git = ['git', '-C', repo] variable 105 subprocess.check_output(git + ['add'] + created_dirs[repo]) 107 …change_id = '\n' + re.search(r'Change-Id: [^\\n]+', str(subprocess.check_output(git + ['log', '-1'… 108 subprocess.check_output(git + ['commit', '--amend', '-m', commit_message + change_id]) 110 subprocess.check_output(git + ['commit', '-m', commit_message])
|
/aosp12/packages/modules/Virtualization/authfs/testdata/ |
H A D | README.md | 5 [fsverity-util](https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git).
|
/aosp12/packages/apps/TV/ |
H A D | version.mk | 98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
|
/aosp12/packages/apps/Camera2/ |
H A D | version.mk | 89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
|
/aosp12/packages/apps/Messaging/ |
H A D | version.mk | 110 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
|
/aosp12/system/bt/build/dpkg/modp_b64/ |
H A 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
|
/aosp12/system/bt/build/dpkg/libchrome/ |
H A 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/libchrome |… 29 rm -rf .git
|
/aosp12/system/bt/build/dpkg/libchrome-822064/ |
H A 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/libchrome |… 29 rm -rf .git
|
/aosp12/build/make/ |
H A D | envsetup.sh | 1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \ 1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \ 1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \ 1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \ 1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \ 1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type … 1128 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani… 1134 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \ 1140 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \ 1141 -exec grep --color -n -r --exclude-dir=\.git "$@" {} + [all …]
|
/aosp12/build/ |
H A D | envsetup.sh | 1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \ 1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \ 1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \ 1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \ 1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \ 1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type … 1128 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani… 1134 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \ 1140 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \ 1141 -exec grep --color -n -r --exclude-dir=\.git "$@" {} + [all …]
|
/aosp12/frameworks/multidex/library/ |
H A D | build.gradle | 30 commandLine 'sh', '-c', 'git log --format="%H" -n 1 || (echo git hash not available; exit 0)' 34 versionFile.text = "git.version=" + standardOutput.toString() 97 … connection "scm:git:https://android.googlesource.com/platform/frameworks/multidex"
|
H A D | Android.bp | 34 cmd: "echo \"git.version=`cd frameworks/multidex/library; git log --format=\"%H\" -n 1 || " + 35 … "(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex.version.txt",
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | update.sh | 18 git rm *.jar *.aar 35 git add *.jar *.aar
|
/aosp12/frameworks/multidex/instrumentation/ |
H A D | Android.bp | 31 …cmd: "echo \"git.version=`cd frameworks/multidex/instrumentation; git log --format=\"%H\" -n 1 || … 32 …"(echo git hash not available; exit 0)`\" > $(genDir)/android-support-multidex-instrumentation.ver…
|
/aosp12/system/tools/hidl/scripts/ |
H A D | hal-queries.sh | 153 git show-ref -q $parent || { echo "$parent doesn't exist" && continue; } 155 diff <(git show "$parent":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) \ 156 <(git show "$child":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) |
|