Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 90) sorted by relevance

1234

/aosp12/packages/apps/Car/tests/tools/
H A Dgit_clone_projects.sh42 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 Drevert_all_aaudio.sh13 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-format3 # 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 DMETADATA8 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 Dstyle_guide.md291 `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 Drun_compare.sh75 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 Daosp_sha.sh4 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 Dstringslint_sha.sh3 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 Dreadme.md19 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 Dbundle_chre.sh10 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 Dfinalize_sdk.py104 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 DREADME.md5 [fsverity-util](https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git).
/aosp12/packages/apps/TV/
H A Dversion.mk98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
/aosp12/packages/apps/Camera2/
H A Dversion.mk89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
/aosp12/packages/apps/Messaging/
H A Dversion.mk110 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
/aosp12/system/bt/build/dpkg/modp_b64/
H A Dgen-src-pkg.sh20 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 Dgen-src-pkg.sh20 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 Dgen-src-pkg.sh20 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 Denvsetup.sh1084 … 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 Denvsetup.sh1084 … 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 Dbuild.gradle30 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 DAndroid.bp34 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 Dupdate.sh18 git rm *.jar *.aar
35 git add *.jar *.aar
/aosp12/frameworks/multidex/instrumentation/
H A DAndroid.bp31 …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 Dhal-queries.sh153 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) |

1234