File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 428
428
<project groups =" pdk,tools" name =" platform/prebuilts/tools" path =" prebuilts/tools" revision =" 226ad5df99e6863aecd8ea9450ea105a787f65ff" upstream =" LA.HB.1.3.1.c1" />
429
429
<project groups =" pdk-cw-fs" name =" platform/sdk" path =" sdk" revision =" 3c9c2be94a1b36a7e01c9011966137badee8b843" upstream =" LA.HB.1.3.1.c1" />
430
430
<project groups =" pdk" name =" platform/system/bt" path =" system/bt" revision =" 3160adc48f646ad83d6f983fdac5d93cadb1cf40" upstream =" LA.HB.1.3.1.c1" />
431
- <project groups = " pdk " name =" platform/system/core " path =" system/core" revision = " af2c575bffb6e6e26e72cc9d7094ecd106a1a8fc " upstream = " LA.HB.1.3.1.c1 " />
431
+ <project name =" OnePlusOSS/android_system_core " path =" system/core" remote = " oneplus " revision = " oneplus3/6.0.1 " />
432
432
<project groups =" pdk" name =" platform/system/extras" path =" system/extras" revision =" 81eb206a055bd161ef3ff3a895139b1c4ed5f615" upstream =" LA.HB.1.3.1.c1" />
433
433
<project groups =" pdk" name =" platform/system/gatekeeper" path =" system/gatekeeper" revision =" e547f93b0089f12c78d33b83e5f49fdb0e0c85bc" upstream =" LA.HB.1.3.1.c1" />
434
434
<project groups =" pdk" name =" platform/system/keymaster" path =" system/keymaster" revision =" 5bd3321e9198cb9d4f78f089c47b01635717c335" upstream =" LA.HB.1.3.1.c1" />
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ vendor/lib/qcdrm/playready/lib/drm
77
77
vendor/lib/qcdrm/playready/lib/mediadrm
78
78
vendor/lib/rfsa/adsp
79
79
vendor/lib/soundfx
80
+ sbin
80
81
"
81
82
82
83
for i in ${list}
@@ -1630,5 +1631,12 @@ do
1630
1631
adb pull /system/tts/${i} ${PREBUILT_PATH} tts/${i}
1631
1632
done
1632
1633
1634
+ sbin_list="
1635
+ dashd
1636
+ "
1633
1637
1638
+ for i in ${sbin_list}
1639
+ do
1640
+ adb pull /sbin/${i} ${PREBUILT_PATH} sbin/${i}
1641
+ done
1634
1642
You can’t perform that action at this time.
0 commit comments