• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisão39b8d8023a631df3d6f68517ccf5f4a0a5fc4186 (tree)
Hora2016-08-26 02:41:48
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

Fix building errors of nougat-x86

Mudança Sumário

Diff

--- a/gpu/gpu_mesa.mk
+++ b/gpu/gpu_mesa.mk
@@ -9,7 +9,6 @@
99 #
1010
1111 PRODUCT_PACKAGES := \
12- hwcomposer.drm \
1312 gralloc.drm \
1413 libGLES_mesa \
1514 libtxc_dxtn \
--- a/nativebridge/src/libnb.cpp
+++ b/nativebridge/src/libnb.cpp
@@ -115,14 +115,14 @@ static void __attribute__ ((destructor)) on_dlclose()
115115 extern "C" {
116116
117117 NativeBridgeCallbacks NativeBridgeItf = {
118- version: 2,
119- initialize: &native_bridge2_initialize,
120- loadLibrary: &native_bridge2_loadLibrary,
121- getTrampoline: &native_bridge2_getTrampoline,
122- isSupported: &native_bridge2_isSupported,
123- getAppEnv: &native_bridge2_getAppEnv,
124- isCompatibleWith: &native_bridge2_is_compatible_compatible_with,
125- getSignalHandler: &native_bridge2_get_signal_handler,
118+ .version = 2,
119+ .initialize = &native_bridge2_initialize,
120+ .loadLibrary = &native_bridge2_loadLibrary,
121+ .getTrampoline = &native_bridge2_getTrampoline,
122+ .isSupported = &native_bridge2_isSupported,
123+ .getAppEnv = &native_bridge2_getAppEnv,
124+ .isCompatibleWith = &native_bridge2_is_compatible_compatible_with,
125+ .getSignalHandler = &native_bridge2_get_signal_handler,
126126 };
127127
128128 } // extern "C"
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -53,19 +53,6 @@
5353 <item>"9,1"</item>
5454 </string-array>
5555
56- <!-- Set of NetworkInfo.getType() that reflect data usage. -->
57- <integer-array translatable="false" name="config_data_usage_network_types">
58- <item>0</item> <!-- TYPE_MOBILE -->
59- <item>2</item> <!-- TYPE_MOBILE_MMS -->
60- <item>3</item> <!-- TYPE_MOBILE_SUPL -->
61- <item>4</item> <!-- TYPE_MOBILE_DUN -->
62- <item>5</item> <!-- TYPE_MOBILE_HIPRI -->
63- <item>9</item> <!-- TYPE_ETHERNET -->
64- <item>10</item> <!-- TYPE_MOBILE_FOTA -->
65- <item>11</item> <!-- TYPE_MOBILE_IMS -->
66- <item>12</item> <!-- TYPE_MOBILE_CBS -->
67- </integer-array>
68-
6956 <!-- Sets whether menu shortcuts should be displayed on panel menus when
7057 a keyboard is present. -->
7158 <bool name="config_showMenuShortcutsWhenKeyboardPresent">true</bool>