diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-09-15 08:52:29 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-09-15 08:52:29 -0700 |
commit | bc40014f8b3ed4efd775c57f55808f7f9c885938 (patch) | |
tree | 37b4bdfa82478b575358ffdd183b19a3c4543d46 /self-extractors/invensense | |
parent | 9e4c42ec94895ebc09b1fe27d9fbae0bccc3ffe1 (diff) | |
download | device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.zip device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.tar.gz device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.tar.bz2 |
Updated scripts to generate maguro self-extractors
This adds invensense and widevine, and fine-tunes the
other ones for better consistency and ease of maintenance.
Bug: 4295425
Change-Id: Ia900c4350b02fb5c82454cf85dbc776465bda130
Diffstat (limited to 'self-extractors/invensense')
-rw-r--r-- | self-extractors/invensense/COPYRIGHT | 1 | ||||
-rw-r--r-- | self-extractors/invensense/LICENSE | 1 | ||||
-rw-r--r-- | self-extractors/invensense/staging/BoardConfigMaguro.mk | 13 | ||||
-rw-r--r-- | self-extractors/invensense/staging/device-maguro.mk | 20 |
4 files changed, 35 insertions, 0 deletions
diff --git a/self-extractors/invensense/COPYRIGHT b/self-extractors/invensense/COPYRIGHT new file mode 100644 index 0000000..38ff3f3 --- /dev/null +++ b/self-extractors/invensense/COPYRIGHT @@ -0,0 +1 @@ +# (C) Invensense. All Rights Reserved. diff --git a/self-extractors/invensense/LICENSE b/self-extractors/invensense/LICENSE new file mode 100644 index 0000000..9823b7a --- /dev/null +++ b/self-extractors/invensense/LICENSE @@ -0,0 +1 @@ +INVENSENSE LICENSE GOES HERE diff --git a/self-extractors/invensense/staging/BoardConfigMaguro.mk b/self-extractors/invensense/staging/BoardConfigMaguro.mk new file mode 100644 index 0000000..01a0ff3 --- /dev/null +++ b/self-extractors/invensense/staging/BoardConfigMaguro.mk @@ -0,0 +1,13 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/self-extractors/invensense/staging/device-maguro.mk b/self-extractors/invensense/staging/device-maguro.mk new file mode 100644 index 0000000..2b7afb0 --- /dev/null +++ b/self-extractors/invensense/staging/device-maguro.mk @@ -0,0 +1,20 @@ +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +LOCAL_PATH := vendor/invensense/maguro + +# Invensense blob(s) necessary for Maguro hardware +PRODUCT_COPY_FILES := \ + $(LOCAL_PATH)/proprietary/libinvensense_mpl.so:system/vendor/lib/libinvensense_mpl.so \ + |