diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-06-06 14:00:54 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-06-06 15:03:21 -0700 |
commit | 074d297d744c226040b9602f770d60f3dbf3d6a8 (patch) | |
tree | a185e531046c72112f1382b1b6ac99c49c77b405 /self-extractors | |
parent | f29fcc858377a79b179da27b250818f973d51754 (diff) | |
download | device_samsung_crespo-074d297d744c226040b9602f770d60f3dbf3d6a8.zip device_samsung_crespo-074d297d744c226040b9602f770d60f3dbf3d6a8.tar.gz device_samsung_crespo-074d297d744c226040b9602f770d60f3dbf3d6a8.tar.bz2 |
Clean up AOSP-related stuff
Change-Id: Ic29d677ddd4ac71d42215ef0deaefb8a4e685d88
Diffstat (limited to 'self-extractors')
5 files changed, 1 insertions, 34 deletions
diff --git a/self-extractors/broadcom/staging/BoardConfigCrespo.mk b/self-extractors/broadcom/staging/BoardConfigCrespo.mk index 870325e..01a0ff3 100644 --- a/self-extractors/broadcom/staging/BoardConfigCrespo.mk +++ b/self-extractors/broadcom/staging/BoardConfigCrespo.mk @@ -11,5 +11,3 @@ # 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. - -BOARD_GPS_LIBRARIES := libgps diff --git a/self-extractors/imgtec/staging/BoardConfigCrespo.mk b/self-extractors/imgtec/staging/BoardConfigCrespo.mk index 5a85551..01a0ff3 100644 --- a/self-extractors/imgtec/staging/BoardConfigCrespo.mk +++ b/self-extractors/imgtec/staging/BoardConfigCrespo.mk @@ -11,6 +11,3 @@ # 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. - -BOARD_NO_PAGE_FLIPPING := false -BOARD_NO_32BPP := false diff --git a/self-extractors/imgtec/staging/device-crespo.mk b/self-extractors/imgtec/staging/device-crespo.mk index bcceee5..118a64a 100644 --- a/self-extractors/imgtec/staging/device-crespo.mk +++ b/self-extractors/imgtec/staging/device-crespo.mk @@ -12,21 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Live wallpaper packages -PRODUCT_PACKAGES := \ - LiveWallpapers \ - LiveWallpapersPicker \ - MagicSmokeWallpapers \ - VisualizationWallpapers \ - librs_jni - -# Publish that we support the live wallpaper feature. -PRODUCT_COPY_FILES := \ - packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml - -# Pick up overlay for features that depend on non-open-source files -DEVICE_PACKAGE_OVERLAYS := vendor/imgtec/crespo/overlay - # Imgtec blobs necessary for crespo PRODUCT_COPY_FILES += \ vendor/imgtec/crespo/proprietary/pvrsrvinit:system/vendor/bin/pvrsrvinit \ diff --git a/self-extractors/nxp/staging/device-crespo.mk b/self-extractors/nxp/staging/device-crespo.mk index 805d2b4..6e082d0 100644 --- a/self-extractors/nxp/staging/device-crespo.mk +++ b/self-extractors/nxp/staging/device-crespo.mk @@ -12,13 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# NXP blob necessary for crespo, and related open-source packages +# NXP blob necessary for crespo PRODUCT_COPY_FILES := \ - device/sample/nxp/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml \ vendor/nxp/crespo/proprietary/libpn544_fw.so:system/lib/libpn544_fw.so - -PRODUCT_PACKAGES += \ - libnfc \ - libnfc_jni \ - Nfc \ - Tag diff --git a/self-extractors/samsung/staging/BoardConfigCrespo.mk b/self-extractors/samsung/staging/BoardConfigCrespo.mk index c3b33a3..01a0ff3 100644 --- a/self-extractors/samsung/staging/BoardConfigCrespo.mk +++ b/self-extractors/samsung/staging/BoardConfigCrespo.mk @@ -11,9 +11,3 @@ # 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. - -USE_CAMERA_STUB := false - -BOARD_USES_GENERIC_AUDIO := false - -BOARD_USES_LIBSECRIL_STUB := false |