From 96dc76a4872fc66f71284c0c3fa3f7e5d753ebcf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 28 Jun 2011 10:17:36 -0700 Subject: Tweaks to make crespo and crespo4g closer Mostly, those are about adding a layer of indirection so that the irrelevant differences are trivial to spot and only the complex ones remain. Change-Id: Ia370ffe0c88713c332d246d3ede75734d96be3fc --- self-extractors/cypress/staging/device-crespo.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'self-extractors/cypress') diff --git a/self-extractors/cypress/staging/device-crespo.mk b/self-extractors/cypress/staging/device-crespo.mk index 071ef08..9d51f96 100644 --- a/self-extractors/cypress/staging/device-crespo.mk +++ b/self-extractors/cypress/staging/device-crespo.mk @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# cypress blob necessary for crespo +LOCAL_PATH := vendor/cypress/crespo + +# cypress blob necessary for Nexus S hardware PRODUCT_COPY_FILES := \ - vendor/cypress/crespo/proprietary/cypress-touchkey.bin:system/vendor/firmware/cypress-touchkey.bin + $(LOCAL_PATH)/proprietary/cypress-touchkey.bin:system/vendor/firmware/cypress-touchkey.bin -- cgit v1.1