Android.mk: Replace TARGET_PRODUCT with TARGET_BOARD_PLATFORM
This provides the flexibility to use TARGET_BOARD_PLATFORM to maintain a common codebase while differentiating between products with TARGET_PRODUCT. CRs-Fixed: 2955427 Change-Id: I824730142b6a68968c6bb44fec841ed49642ef7a Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ifneq ($(TARGET_PRODUCT),qssi)
|
||||
ifneq ($(TARGET_BOARD_PLATFORM),qssi)
|
||||
RMNET_CORE_DLKM_PLATFORMS_LIST := lahaina
|
||||
RMNET_CORE_DLKM_PLATFORMS_LIST += taro
|
||||
|
||||
|
Reference in New Issue
Block a user