OSDN Git Service

android-x86/device-generic-common.git
6 years agoUpdate libz to VNDK-SP in generic system image
SzuWei Lin [Wed, 28 Jun 2017 01:34:34 +0000 (09:34 +0800)]
Update libz to VNDK-SP in generic system image

Bug: 63051055
Test: boot with GSI to home screen
Change-Id: I99dcd480224ea23595f938be8d7b14350d973ac4

6 years agovndk-sp: Remove android.hidl.memory@1.0-impl
Logan Chien [Fri, 23 Jun 2017 05:12:07 +0000 (05:12 +0000)]
vndk-sp: Remove android.hidl.memory@1.0-impl
am: ec1647df51  -s ours

Change-Id: Iebbb9f108a6ee7f101ae9b347aeb26d840aaf737

6 years agovndk-sp: Remove android.hidl.memory@1.0-impl
Logan Chien [Thu, 22 Jun 2017 11:30:51 +0000 (19:30 +0800)]
vndk-sp: Remove android.hidl.memory@1.0-impl

This commit removes android.hidl.memory@1.0-impl.so from
/system/lib[64]/vndk-sp becuase android.hidl.memory@1.0.so is using
absolute path and will only search for /system/lib[64]/hw or
/vendor/lib[64]/hw.

Bug: 35107583
Bug: 62778280
Test: sailfish boots
Test: Write a small SP-HAL which links to libhidlmemory, load the
testing SP-HAL lib from system executable, and it works when
ld.config.txt exposes android.hidl.memory@1.0-impl.so from default
linker namespace.

Merged-In: I87238337cb70ff9b27ef1b25dc5fb982a84ff0b3
Merged-In: I8e33c560a9ce62403aa7102eeb0a8bcd78116f84
Change-Id: If4a9834c27b532ca8db24d497281ab588b4715f5
(cherry picked from commit 490c47fc14a07830548c6c4465a42abbcc879034)
(cherry picked from commit cbcac22895bb51cc6e1c8e13a43263ff333a2f88)

6 years agovndk-sp: Remove android.hidl.memory@1.0-impl
Logan Chien [Thu, 22 Jun 2017 11:30:51 +0000 (19:30 +0800)]
vndk-sp: Remove android.hidl.memory@1.0-impl

This commit removes android.hidl.memory@1.0-impl.so from
/system/lib[64]/vndk-sp becuase android.hidl.memory@1.0.so is using
absolute path and will only search for /system/lib[64]/hw or
/vendor/lib[64]/hw.

Bug: 35107583
Bug: 62778280
Test: sailfish boots
Test: Write a small SP-HAL which links to libhidlmemory, load the
testing SP-HAL lib from system executable, and it works when
ld.config.txt exposes android.hidl.memory@1.0-impl.so from default
linker namespace.

Change-Id: I87238337cb70ff9b27ef1b25dc5fb982a84ff0b3

6 years agovndk-sp: Copy libhidlmemory.so to vndk-sp
Logan Chien [Thu, 22 Jun 2017 05:11:41 +0000 (05:11 +0000)]
vndk-sp: Copy libhidlmemory.so to vndk-sp
am: 4db06e2c37  -s ours

Change-Id: If8d59a883cefc9a8778c030293fccbb3a7fa6697

6 years agovndk-sp: Copy libhidlmemory.so to vndk-sp
Logan Chien [Mon, 19 Jun 2017 10:44:22 +0000 (18:44 +0800)]
vndk-sp: Copy libhidlmemory.so to vndk-sp

This commit copies libhidlmemory.so and its dependencies to vndk-sp
directory because some vendors' GLES implementation relies on
libhidlmemory.so.  Check http://b/35107583#comment15 for the context.

Bug: 35107583
Test: libhidlmemory, android.hidl.memory@1.0, and
android.hidl.memory@1.0-impl are installed into /system/lib[64]/vndk-sp
Test: sailfish boots

Merged-In: I20b6bce4e55b031645f3a0f4fd2c72fdcc573248
Merged-In: I95035a2a73c8ca504f9ae77842b2d5c3018dfa3c
Change-Id: I03d8562342d84f33616e5e90ce88e65ba3a6d689

6 years agovndk-sp: Copy libhidlmemory.so to vndk-sp
Logan Chien [Mon, 19 Jun 2017 10:44:22 +0000 (18:44 +0800)]
vndk-sp: Copy libhidlmemory.so to vndk-sp

This commit copies libhidlmemory.so and its dependencies to vndk-sp
directory because some vendors' GLES implementation relies on
libhidlmemory.so.  Check http://b/35107583#comment15 for the context.

Bug: 35107583
Test: libhidlmemory, android.hidl.memory@1.0, and
android.hidl.memory@1.0-impl are installed into /system/lib[64]/vndk-sp
Test: sailfish boots

Change-Id: I20b6bce4e55b031645f3a0f4fd2c72fdcc573248

6 years agoNew target to add vndk-sp libs to system image
Isaac Chen [Tue, 6 Jun 2017 13:01:11 +0000 (21:01 +0800)]
New target to add vndk-sp libs to system image

VNDK-SP libraries should be put under /system/lib*/vndk-sp.
Usage: Adding this new target (vndk-sp) to PRODUCT_PACKAGES.

This initial list of vndk-sp libraries is based on Marlin/Sailfish.

Bug: 38356823
Test: tested with generic AOSP system image on Sailfish
Merged-In: Icbe6431e20c7b5355034f8444b4543df15830d67
Change-Id: Icbe6431e20c7b5355034f8444b4543df15830d67

6 years agoRevert "Revert "Revert "New target to add vndk-sp libs to system image"""
SzuWei Lin [Thu, 8 Jun 2017 10:26:35 +0000 (18:26 +0800)]
Revert "Revert "Revert "New target to add vndk-sp libs to system image"""

There will have another patch for this feature.

This reverts commit 6fdcc331f0702931dc77bddb00f0bd21e6aba284, reversing
changes made to 67e5d1fdd888c266fcf575f15405efbae24e5979.

6 years agoRevert "Revert "New target to add vndk-sp libs to system image""
Bartosz Fabianowski [Thu, 8 Jun 2017 10:21:56 +0000 (10:21 +0000)]
Revert "Revert "New target to add vndk-sp libs to system image""
am: 00a7beb19c

Change-Id: I0b757d7f44757cb54729f4aa3bb90a259570ec80

6 years agoRevert "Revert "New target to add vndk-sp libs to system image""
Bartosz Fabianowski [Thu, 8 Jun 2017 10:12:37 +0000 (10:12 +0000)]
Revert "Revert "New target to add vndk-sp libs to system image""

We will selectively revert on a branch only.

This reverts commit f4e3d9d712bec48d70fee1637df11cfbb3bb0373.

Change-Id: Iac786c87e4619ff1af8a13c46f9bb857043663f2

6 years agoRevert "New target to add vndk-sp libs to system image"
Bartosz Fabianowski [Thu, 8 Jun 2017 09:51:20 +0000 (09:51 +0000)]
Revert "New target to add vndk-sp libs to system image"
am: f4e3d9d712

Change-Id: I13c30752c8c71ea4821ee8c5af4265f5d27ff1e2

6 years agoRevert "New target to add vndk-sp libs to system image"
Bartosz Fabianowski [Thu, 8 Jun 2017 09:46:43 +0000 (09:46 +0000)]
Revert "New target to add vndk-sp libs to system image"

Revert by Build Cop. This change is causing build failures across builders and branches, e.g.:

ninja: error: 'out/target/product/generic_x86/obj/lib/android.hidl.base@1.0.so', needed by 'checkbuild', missing and no known rule to make it
09:08:08 ninja failed with: exit status 1

This reverts commit c93eb93a11048a7ad9409cfbcdebe9da9c38a6c0.

Change-Id: Iead4de6bf0ed32f668a7e3561c18e169a173ea8f

6 years agoNew target to add vndk-sp libs to system image
Isaac Chen [Thu, 8 Jun 2017 08:01:48 +0000 (08:01 +0000)]
New target to add vndk-sp libs to system image
am: c93eb93a11

Change-Id: I25aa1d3226e7e18119ad2be4d01880e87a641c6f

6 years agoNew target to add vndk-sp libs to system image
Isaac Chen [Tue, 6 Jun 2017 13:01:11 +0000 (21:01 +0800)]
New target to add vndk-sp libs to system image

VNDK-SP libraries should be put under /system/lib*/vndk-sp.
Usage: Adding this new target (vndk-sp) to PRODUCT_PACKAGES.

This initial list of vndk-sp libraries is based on Marlin/Sailfish.

Bug: 38356823
Test: tested with generic AOSP system image on Sailfish
Change-Id: Icbe6431e20c7b5355034f8444b4543df15830d67
Merged-In: Icbe6431e20c7b5355034f8444b4543df15830d67

11 years agoAdd support for per device bluetooth configuration.
Wink Saville [Fri, 17 Aug 2012 16:00:19 +0000 (09:00 -0700)]
Add support for per device bluetooth configuration.

Bug: 6837125
Change-Id: I1773bc63123d71c8708d4328aa472b6ce25a08a5

11 years agoInitial empty repository
Chad Jones [Thu, 16 Aug 2012 22:42:13 +0000 (15:42 -0700)]
Initial empty repository