81bfddf881
Android->DeviceTest:fix save log support
2016-02-23 16:24:44 +08:00
8b91460cc2
Android->System:fix switch Ubuntu
2016-01-09 09:18:25 +08:00
01ce26882f
[external/wpa_supplicant_8] Merge tag 'android-5.1.1_r13' into HEAD
...
Android 5.1.1 release 13
2015-12-31 16:10:17 +08:00
7ea39af708
[external/tremolo] Subject: [PATCH] libvorbisidec: sanity check index of marker.
...
Bug: 23881715
Change-Id: I6b9185fc41341f997dca25f6394dcaab0927487b
(cherry picked from commit 9c91d74747d890e1bf5ca3a444ec62838823c083)
(cherry picked from commit 3830d0b585ada64ee75dea6da267505b19c622fd)
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:10:09 +08:00
b4a0e3c863
[external/sqlite] sqlite: upgrade to SQLite 3.8.6.1 - DO NOT MERGE
...
Downloaded from https://www.sqlite.org/2015/sqlite3-3.8.6-patched-20150522.tar.gz
$ sha256sum sqlite3-3.8.6-patched-20150522.tar.gz
0a47b495190a4def20a8f5f1b09f746f48f002d4d60bd6d0437b33a90faf8f70 sqlite3-3.8.6-patched-20150522.tar.gz
dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.
dist contains a copy of dist/orig, but with the Android.patch file applied.
Please see Android.patch for a list of differences between stock and
Android.
This distribution contains 3.8.6 plus several security fixes:
https://www.sqlite.org/src/info/eddc05e7bb31fae7
https://www.sqlite.org/src/info/02e3c88fbf6abdcf
https://www.sqlite.org/src/info/c494171f77dc2e5e
https://www.sqlite.org/src/info/95625ef3adc3c408
https://www.sqlite.org/src/info/0cdf502885ea7e58
https://www.sqlite.org/src/info/586a94e85bc13700
Bug: 20099586
Change-Id: I92ffb14b52186aa31167da21791ea8aa69b0b498
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:10:01 +08:00
009f705b7a
[external/sonivox] Sonivox: check loopStart/loopLength against one specific wave, not whole wave pool.
...
Bug: 23307276
Change-Id: I4c2644feb42c8455be63e48a12ebfc62313cf4cf
(cherry picked from commit 9cf7e8775823c4e136a9841d41dcdb5fe4f98173)
2015-12-31 16:09:53 +08:00
cee3a7dfe0
[external/sonivox] Sonivox: fix overflow in Parse_data in eas_mdls.c
...
Bug: 23307276
Change-Id: Iea56eae9a1855b41840f8d814717fe6379c5bb4d
2015-12-31 16:09:44 +08:00
b1d2979e9e
[external/sonivox] Sonivox: make sure waveIndex is valid in Parse_rgn() in eas_mdls.c.
...
Bug: 23335715
Change-Id: I4a5522c46dcda9285db1f830337aa2642ddc4fd1
(cherry picked from commit 99e0e2e2c1fd0f895b6d4bdf0a85798cf044218e)
2015-12-31 16:09:36 +08:00
e7eb7a5417
[external/sonivox] Check segments and libs
...
Bug: 23286323
Change-Id: I95ee385d0fb1503a4ce5a96e30d034ac8b81170e
2015-12-31 16:09:28 +08:00
d62a29774c
[external/skia] Merge tag 'android-5.1.1_r24' into dev
...
Android 5.1.1 release 24
2015-12-31 16:09:20 +08:00
04681dc762
[external/skia] SkScaledBitmapSampler: fix memory overwritten
...
Cherry-picked from https://codereview.chromium.org/1085253002
in Skia.
Memory will be overwritten while downsampling some
interlaced gif images, most commonly with odd sizes,
when index of destination row stores in the current
line computed from GifInterlaceIter meets:
X is an integer in [0..height-1]
and
(X < height)
&& ((X - sampleSize/2) % sampleSize == 0)
&& ((X - sampleSize/2)/sampleSize >= height/sampleSize)
Signed-off-by: Firefly <service@t-firefly.com >
BUG=skia:
Review URL: https://codereview.chromium.org/1085253002
BUG:20723696
Change-Id: I2cca83a2a5c39b5a497f36b40724262b438ead8b
2015-12-31 16:09:12 +08:00
a4243ab6ed
[external/sepolicy] Revert "Add pppoe_service under user mode"
...
This reverts commit b2331cdcf8c4fe2e7cbe5ee8d8cb45a995d216eb.
2015-12-31 16:09:04 +08:00
f8f32f78e9
[external/sepolicy] Add pppoe_service under user mode
2015-12-31 16:08:56 +08:00
9ecec54e76
[external/sepolicy] sepolic : ptest : Fix checkpolicy failed for nomal policy
...
Fix something missed by 126df7d158df7fedb59d49521232173fdbab245f
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:48 +08:00
3ec45b2c4c
[external/rk-pcba-test] rk312x-5.1-extern: add ethernet for ethernet.sh add config for pcba
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:40 +08:00
c5f5a22b7a
[external/rk-pcba-test] rk312x-5.1-sdk: add nandflash test for PCBA
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:32 +08:00
f977e60fa5
[external/rk-pcba-test] rk3368-box:add pcba ethernet test
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:24 +08:00
85533493d4
[external/rk-pcba-test] rk3368-box: support general remotectrl test
...
add up, down, left, right...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:16 +08:00
29e92dbf4e
[external/rk-pcba-test] sofia3gr pcba:Add wifi_only test item match
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:08 +08:00
3c3592d74c
[external/rk-pcba-test] sofia3gr pcba:fix coredump and fix fm test lower level faile.
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:08:00 +08:00
cd34211c9d
[external/rk-pcba-test] delete any_test
...
M Android.mk
D any_test.c
D any_test.h
D et_cc_linux_arm.c
D et_cc_linux_arm.h
M pre_test.c
M res/test_config.cfg
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:52 +08:00
89009aeb58
[external/rk-pcba-test] fix code style
...
wlan_test.c wlan_test.h
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:44 +08:00
0f39f7920b
[external/rk-pcba-test] rk3368: support sdcard test
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:36 +08:00
a6b3c73f1b
[external/rk-pcba-test] rk3368: add macro RK3368_PCBA for rk3368 platform
...
+ifeq ($(strip $(TARGET_BOARD_PLATFORM)), rk3368)
+LOCAL_CFLAGS += -DRK3368_PCBA
+endif
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:28 +08:00
29e0186dda
[external/rk-pcba-test] rk3368: change standard output and error stream
...
+#ifdef RK3368_PCBA
+ freopen("/dev/ttyS2", "a", stdout); setbuf(stdout, NULL);
+ freopen("/dev/ttyS2", "a", stderr); setbuf(stderr, NULL);
+#endif
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:20 +08:00
2dc14019df
[external/rk-pcba-test] fix code style
...
sdcard_test.c sdcard_test.h
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:12 +08:00
fafbfd5d1f
[external/rk-pcba-test] fix compile error
...
If SOFIA3GR_PCBA=n
pre_test.c:374:17: error: 'ANDROID_RB_RESTART' undeclared
-#ifdef SOFIA3GR_PCBA
#include "cutils/android_reboot.h"
-#endif
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:07:04 +08:00
aada433e26
[external/rk-pcba-test] sofia3gr pcba:change reboot ptest_clear to at command line modif nvm value + reboot
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:06:56 +08:00
c7e7d2517e
[external/rk-pcba-test] sofia3gr pcba:change sim card test sleep time.
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:06:48 +08:00
f2a1a2861a
[external/rk-pcba-test] sofia3gr:
...
1.add read imei.
2.add read 2G/3G WIFI cal result.
3.fix wifi scan bug.
4.change sim card test function.
5.add at_util_extern utils class.
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:06:40 +08:00
2e4f714360
[external/rk-pcba-test] sofia3gr pcba:change audio_pcb tool
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:06:32 +08:00
299d9efe73
[external/rk-pcba-test] fix sdcard bug. and fix audio Recording voice is too small.
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:06:24 +08:00
8f5e8d860c
[external/rk-pcba-test] pcba:sofia3gr: change console fd from ttyS1 to ttyFIQ0
...
Signed-off-by: Firefly <service@t-firefly.com >
2015-12-31 16:06:16 +08:00
45b9685a4f
[external/libselinux] sofia3gr:change ptest sepolicy file name from ptestsepolicy to sepolicy.ptest
2015-12-31 16:06:08 +08:00
667bc5c161
[external/libhevc] Align pic_width_in_luma_samples and pic_width_in_luma_samples to 8
...
Spec mandates these to be multiples of min_cb_size.
Bug fix: 22278703
Change-Id: I17f0c2242519a9277598b8fb5b05717e1ce7469b
(cherry picked from commit dde3d8a3c7638dcc024ce25fdab420703a53f16b)
2015-12-31 16:06:00 +08:00
9c455846b0
[external/bluetooth_rtk/bluedroid] fix can't support RTL8723AU
2015-12-31 16:05:52 +08:00
4c3faa70e5
[external/aac] Fix crash on invalid channel config
...
Bug: 23876444
Change-Id: I90ad197811ebabceb5b5d74d6d3f20716fbe2d45
(cherry picked from commit b3c5a4bb8442ab3158fa1f52b790fadc64546f46)
2015-12-31 16:05:44 +08:00
61844fdd46
sdk: fix chromium_org compile error
2015-08-12 17:49:31 +08:00
9fe620ef4d
sdk: fix chromium_org compile error
2015-08-12 17:49:03 +08:00
3f8870a135
Commit of manifest rk3288_box_lollipop_release.xml
2015-08-11 11:01:11 +08:00
93013a6efc
Commit of manifest rk312x_android5.1_rel_v1.02_0423.xml
2015-05-20 17:06:22 +08:00