Justin Yun
c29ba5a800
Add ld.config.txt for wearables
...
When BOARD_VNDK_VERSION is set, the required VNDK libs for vendor
modules are installed in vndk directory.
The default namespace configuration cannot reach those directories
and fails to link the required libs.
By installing ld.config.txt, the namespace configurations for each
build target will be selected automatically. This does not affect
the devices that requires default namespace configurations.
Bug: 74242105
Test: lunch sdk_gwear_x86-userdebug; make -j; emulator
Change-Id: Ib1097846fcd9c123184b13b6fbcfcb9a72ca3d97
Merged-In: Ib1097846fcd9c123184b13b6fbcfcb9a72ca3d97
(cherry picked from commit 61c412ed05
)
2018-03-08 01:06:01 +00:00
Siyamed Sinir
27f4287406
Enable Odia & Assamese localizations for L10n builds
...
Bug: 72647570
Test: mmma -j packages/apps/Settings
Merged-In: Ib04ee483e23d18f659f821432edf3eb7fc7ec1dc
Change-Id: Ib04ee483e23d18f659f821432edf3eb7fc7ec1dc
(cherry picked from commit e163600389
)
2018-03-06 01:18:58 +00:00
Weilun Du
73098f2ffe
Merge "Remove ApiDemos and other packages modules in /data/app" am: 8d36d4b8ea
am: db9451ea6d
...
am: 3130b1913c
Change-Id: Ic5a9dde9c59896bae37daa5ff2e34044c30ef255
2018-03-04 02:02:23 +00:00
Weilun Du
3130b1913c
Merge "Remove ApiDemos and other packages modules in /data/app" am: 8d36d4b8ea
...
am: db9451ea6d
Change-Id: Id2a63562c762eaa3fac7b998bf150d9f898f1855
2018-03-04 01:58:14 +00:00
Weilun Du
1eb1568ce3
Remove ApiDemos and other packages modules in /data/app
...
Since API 27, PackageManager would not install random APKs that reside
in /data/app folder. They must be explicitly installed by "adb install"
instead.
BUG: 72750759
Change-Id: Ibc8e4e55e020439f5cf950d61fb7a815aa12fa6f
Signed-off-by: Weilun Du <wdu@google.com>
2018-03-04 00:37:57 +00:00
bohu
cc8ec5daca
Merge "emulator: use 4.4 kernel for x86 and x86_64" am: 01670eb141
am: db14a186ae
...
am: 82a75cd201
Change-Id: Iec85fd60c22ea79c999d288f94e90099472f0c53
2018-03-01 06:08:20 +00:00
bohu
82a75cd201
Merge "emulator: use 4.4 kernel for x86 and x86_64" am: 01670eb141
...
am: db14a186ae
Change-Id: Icf6d0eb621786c10e5f657fbb9b93f76a1f9e6ca
2018-03-01 05:52:29 +00:00
Treehugger Robot
01670eb141
Merge "emulator: use 4.4 kernel for x86 and x86_64"
2018-03-01 05:28:50 +00:00
bohu
856954ca6a
emulator: use 4.4 kernel for x86 and x86_64
...
BUG: 72886167
Test: build aosp_x86 and aosp_x86_64
emulator boots complete
Change-Id: I388a775fe50ca60c938b097faf6bf4296d5c9a54
2018-02-28 11:41:41 -08:00
Yahan Zhou
cf50451225
Merge "Add board name for emulator" am: 39acbe6446
am: 0547230ac1
...
am: dddbf1fecb
Change-Id: I2783184d28c2987c481bc1aa0b3f1a5941996896
2018-02-28 18:59:28 +00:00
Yahan Zhou
dddbf1fecb
Merge "Add board name for emulator" am: 39acbe6446
...
am: 0547230ac1
Change-Id: Ia998564a709841a7ab162891164f73aea639b7d4
2018-02-28 18:53:20 +00:00
Yahan Zhou
12b5395c2f
Add board name for emulator
...
VTS checks for ro.product.board before running. Emulator does not have
that value and causes an exception.
So let's add it to the emulator and call it goldfish_$(TARGET_ARCH).
BUG: 73741117
Test: vts-tradefed run vts, should run the tests
Change-Id: I6b00f2923bc9609d4d05c45d47ceddd2bd7be091
2018-02-27 18:11:48 -08:00
Bruno Martins
24043e033e
Merge "core_base: Remove duplicated Wifi modules from PRODUCT_PACKAGES" am: 7889d64db2
am: 20c90b07b5
...
am: 4997e05954
Change-Id: I84730f0944d1121ba4bef1656b60f62601e503f8
2018-02-27 22:10:30 +00:00
Bruno Martins
4997e05954
Merge "core_base: Remove duplicated Wifi modules from PRODUCT_PACKAGES" am: 7889d64db2
...
am: 20c90b07b5
Change-Id: If1cf26324774a6f38399db95791f2f1411974ea4
2018-02-27 22:05:58 +00:00
Treehugger Robot
7889d64db2
Merge "core_base: Remove duplicated Wifi modules from PRODUCT_PACKAGES"
2018-02-27 21:47:23 +00:00
Nick Kralevich
ad80d5461b
Merge "remove nnk from OWNERS" am: d6fa5bbc51
am: 439ecf8088
...
am: ee79f54630
Change-Id: I524d927a255b1b4b13a033a95d49466fece9d0eb
2018-02-27 19:34:32 +00:00
Nick Kralevich
ee79f54630
Merge "remove nnk from OWNERS" am: d6fa5bbc51
...
am: 439ecf8088
Change-Id: Ic428009c4d93f44354f16edb52b4bbb117a1ea6b
2018-02-27 19:27:30 +00:00
Nick Kralevich
0aa64275e8
remove nnk from OWNERS
...
See https://android-review.googlesource.com/c/platform/system/sepolicy/+/626014
Also remove klyubin who is no longer at Google.
Test: none
Change-Id: I98534c0cc676e41129b73331ad0e71e7fc1aa1ab
2018-02-27 09:15:10 -08:00
Justin Yun
5bbc56f825
Merge "Create firmware and persist in GSI for arm_ab" am: 19db058484
am: 308fbbdb54
...
am: ffffefd791
Change-Id: I38828c768cfd363f3a05fea074d9c48ed11c041c
2018-02-27 00:26:42 +00:00
Justin Yun
ffffefd791
Merge "Create firmware and persist in GSI for arm_ab" am: 19db058484
...
am: 308fbbdb54
Change-Id: Id8df567bb351cc02859055c10cf37a9c3f1c82fd
2018-02-27 00:20:00 +00:00
Justin Yun
38e934a38e
Create firmware and persist in GSI for arm_ab
...
Some SoC vendors require firmware and persist directores to mount.
This must be provided in GSI for arm_ab not only for arm64_ab.
Once the directories are moved to /vendor, these policies for root
must be removed.
Bug: 36764215
Bug: 73720182
Test: GSI boot with 32bit devices
Change-Id: Ic5c6bb615c39853d51d233c00d2d9e8ee2c57802
2018-02-26 23:10:47 +00:00
Bo Hu
c75bf85314
Merge "emulator: remove opengles property" am: c187fdf751
am: 438eebab81
...
am: 6dc9db6051
Change-Id: Ic3c9c3b70f20f88fa507411ae55f06040140aa35
2018-02-23 23:18:25 +00:00
Bo Hu
6dc9db6051
Merge "emulator: remove opengles property" am: c187fdf751
...
am: 438eebab81
Change-Id: I5d616d60bb4e082d493fb66f49c4abfb0fcd7c64
2018-02-23 23:11:47 +00:00
bohu
70fefe0066
emulator: remove opengles property
...
BUG: 73812167
Change-Id: I5bdc475c6bdd5bdcb32c5a12f49c18c6a391b95c
2018-02-23 09:08:45 -08:00
Bruno Martins
f6ae536800
core_base: Remove duplicated Wifi modules from PRODUCT_PACKAGES
...
* These packages are already being explicitly added in
core_minimal makefile.
Change-Id: Ib79f5575efc3903fe901727bb238e8e0946db768
2018-02-23 11:41:52 +00:00
bohu
b4602eb446
emulator: remove usb permission
...
emulator does not really support usb, remove it.
Change-Id: Iea31c9f57fe6635142fe4936a98a1be2f319fa65
2018-02-22 22:39:20 -08:00
Mathew Inwood
24b47e09ae
Merge "Include hiddenapi-whitelist.xml in the build." am: b3d619f22d
...
am: cf68e9e8bd
Change-Id: I899ca99f960e450ada6f31a0707cf085d5021acd
2018-02-22 14:25:18 +00:00
Mathew Inwood
0874887627
Include hiddenapi-whitelist.xml in the build.
...
See I1cbbd220c61b1b4b767c301f97096607ee902a7b which introduces this file.
Test: see related change I1cbbd220c61b1b4b767c301f97096607ee902a7b
Merged-In: I23dba07a5d83e4325227892e0a11a758e093effa
Change-Id: I0030718b932ea588120492fd8bcab1f389a40324
2018-02-22 11:10:57 +00:00
Mathew Inwood
a2a7baa98b
Include hiddenapi-whitelist.xml in the build.
...
Test: see related change I94746b7f12dd9371d5068bb235eb853f63ee4d97
Change-Id: I23dba07a5d83e4325227892e0a11a758e093effa
2018-02-21 09:43:44 +00:00
Gil O'Neil
f8256a570a
Merge "Added SimAppDialog to the list of core packages"
2018-02-15 18:58:41 +00:00
Meng Wang
177a3fe782
Merge "AOSP telephony uses device/sample APN XML" am: bd48f84f17
am: e818f98bc0
...
am: dd888010d3
Change-Id: I75f09ad7f5f89df3a1fdb66fa4071565e277e8ee
2018-02-15 18:21:07 +00:00
Meng Wang
dd888010d3
Merge "AOSP telephony uses device/sample APN XML" am: bd48f84f17
...
am: e818f98bc0
Change-Id: I90c508b3605c7a92cf0abb5a7a4b6daf21610e77
2018-02-15 18:13:03 +00:00
Meng Wang
bd48f84f17
Merge "AOSP telephony uses device/sample APN XML"
2018-02-15 17:37:57 +00:00
bohu
b654f33a0f
Merge "emulator: grant fingerprint hal data permission" am: b2cc4ddafd
am: 96fecf5b08
...
am: 58a877d853
Change-Id: Ie510c648c6e85c497f32879a9cc4c07bc1a85b20
2018-02-15 17:02:27 +00:00
bohu
58a877d853
Merge "emulator: grant fingerprint hal data permission" am: b2cc4ddafd
...
am: 96fecf5b08
Change-Id: If1bc358d6a761146ec86af0ccf84613b2fff325d
2018-02-15 16:54:57 +00:00
Meng Wang
5151c6c2b8
AOSP telephony uses device/sample APN XML
...
Bug: 73091197
Test: make - /system/etc/apns-conf.xml same as
device/sample/etc/apns-full-conf.xml
Change-Id: I5e9651066e7a5d4de31d846daf3fe3120476b89f
2018-02-15 05:54:52 +00:00
bohu
72fa12db3c
emulator: grant fingerprint hal data permission
...
Test: build sdk_gphone_x86-userdebug
launch emulator, enroll fingerprint, close emulator
relaunch emulator, check previously enrolled fingerprint still work
Change-Id: I27552509368f08cc6a7aa52b0e9efc5ae952469d
2018-02-14 15:37:31 -08:00
Christopher Ferris
8ff1ffcc7b
Merge "Add libc_malloc_hook to list of libraries." am: 184b4d8560
...
am: d909c94848
Change-Id: Iafd2976b5cc2d3e29aa31732670dfc9f6a377207
2018-02-14 01:10:05 +00:00
Christopher Ferris
649b8c1127
Add libc_malloc_hook to list of libraries.
...
Bug: 30561479
Test: Build from scratch and verify the library is present.
Change-Id: I53f30d694cff202ffc93491485ed3c845de07862
(cherry picked from commit 8c70d4de97
)
2018-02-13 13:38:26 -08:00
Christopher Ferris
f7352709ef
Merge "Add libc_malloc_hook to list of libraries."
2018-02-13 21:21:32 +00:00
Chenbo Feng
53e5a438a8
Merge "Add bpfloader binary to system image" am: 5502f9958a
am: 5880e5d7b6
...
am: 5443668bb0
Change-Id: Ia0112717e4a9dc55ae644f92fe071b9cbb18d2c7
2018-02-13 07:11:57 +00:00
Chenbo Feng
5443668bb0
Merge "Add bpfloader binary to system image" am: 5502f9958a
...
am: 5880e5d7b6
Change-Id: I0d28c3e36609f35cc187de50cb154095081d555e
2018-02-13 06:59:42 +00:00
Christopher Ferris
8c70d4de97
Add libc_malloc_hook to list of libraries.
...
Bug: 30561479
Test: Build from scratch and verify the library is present.
Change-Id: I53f30d694cff202ffc93491485ed3c845de07862
2018-02-13 04:09:44 +00:00
Chenbo Feng
2b948a2259
Add bpfloader binary to system image
...
The bpfloader is a executable binary used by netd to load and attach
networking related bpf program at run time. It need to be flashed to
device when updating the system image. Currently this binary is only
used by devices with kernel version 4.9 or above.
Test: hikey boot and bpf program show up under sys/fs/bpf
Bug: 30950746
Change-Id: I3d14d270a04ea57319ad4292ff51b1cf933fc975
2018-02-09 15:17:22 -08:00
Michael Wright
74e5ccb28b
Merge "Revert "Correct some GSI settings to board makefile"" am: 0b733a2036
am: e869d4e158
...
am: 80a013a7e2
Change-Id: I30ffb6bc51f7e41c5a90472d078ba8f47384402e
2018-02-07 15:25:19 +00:00
Michael Wright
80a013a7e2
Merge "Revert "Correct some GSI settings to board makefile"" am: 0b733a2036
...
am: e869d4e158
Change-Id: I690d03dbee97f97fb98e67f403dce7654f3d0810
2018-02-07 15:19:44 +00:00
Michael Wright
0b733a2036
Merge "Revert "Correct some GSI settings to board makefile""
2018-02-07 15:11:07 +00:00
Michael Wright
87163300c2
Revert "Correct some GSI settings to board makefile"
...
This reverts commit 6e96487968
.
Reason for revert: build_test broken by this change.
Change-Id: I0f48bb84dc8c521540c745814daa11c2900ac2c8
2018-02-07 12:08:51 +00:00
SzuWei Lin
fce672a2bd
Merge "Correct some GSI settings to board makefile" am: 2f7f7ca1c0
am: 0c6f675b62
...
am: 2646ca50e5
Change-Id: If8bb17c3477b474c5f96130e1a5db4c20ab0a4a0
2018-02-07 10:42:30 +00:00
SzuWei Lin
2646ca50e5
Merge "Correct some GSI settings to board makefile" am: 2f7f7ca1c0
...
am: 0c6f675b62
Change-Id: I32de3a5d39b9759bb3dcdde930a314c2e7833cb0
2018-02-07 09:14:43 +00:00