From bbb0a0cb957527ee0cb2f3276359542755c7fae0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 3 Jan 2012 10:33:59 -0800 Subject: Rename the makefiles used in self-extractors. That way, devices use the exact same filenames, which can then be fed to diff -r for easy comparisions and updates. Change-Id: Ie6bda29891ef2ace717e5f040efad426806488d6 --- self-extractors/samsung/staging/BoardConfigMaguro.mk | 13 ------------- self-extractors/samsung/staging/BoardConfigPartial.mk | 13 +++++++++++++ self-extractors/samsung/staging/device-maguro.mk | 19 ------------------- self-extractors/samsung/staging/device-partial.mk | 19 +++++++++++++++++++ 4 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 self-extractors/samsung/staging/BoardConfigMaguro.mk create mode 100644 self-extractors/samsung/staging/BoardConfigPartial.mk delete mode 100644 self-extractors/samsung/staging/device-maguro.mk create mode 100644 self-extractors/samsung/staging/device-partial.mk (limited to 'self-extractors/samsung') diff --git a/self-extractors/samsung/staging/BoardConfigMaguro.mk b/self-extractors/samsung/staging/BoardConfigMaguro.mk deleted file mode 100644 index 01a0ff3..0000000 --- a/self-extractors/samsung/staging/BoardConfigMaguro.mk +++ /dev/null @@ -1,13 +0,0 @@ -# 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/samsung/staging/BoardConfigPartial.mk b/self-extractors/samsung/staging/BoardConfigPartial.mk new file mode 100644 index 0000000..01a0ff3 --- /dev/null +++ b/self-extractors/samsung/staging/BoardConfigPartial.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/samsung/staging/device-maguro.mk b/self-extractors/samsung/staging/device-maguro.mk deleted file mode 100644 index 3f1b7f5..0000000 --- a/self-extractors/samsung/staging/device-maguro.mk +++ /dev/null @@ -1,19 +0,0 @@ -# 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. - -# Samsung blob(s) necessary for Maguro hardware -PRODUCT_PACKAGES := \ - fRom \ - libsec-ril \ - libsecril-client diff --git a/self-extractors/samsung/staging/device-partial.mk b/self-extractors/samsung/staging/device-partial.mk new file mode 100644 index 0000000..3f1b7f5 --- /dev/null +++ b/self-extractors/samsung/staging/device-partial.mk @@ -0,0 +1,19 @@ +# 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. + +# Samsung blob(s) necessary for Maguro hardware +PRODUCT_PACKAGES := \ + fRom \ + libsec-ril \ + libsecril-client -- cgit v1.1