16k: Update aosp shusky target names to indicate 6.1 kernel is used
Update the shusky target names to indicate the page agnostic targets will use 6.1 kernel with 16k page size support. Bug: 302592613 Bug: 301596209 Test: source build/envsetup.sh lunch aosp_husky_61_pgagnostic m Change-Id: I29a5c933a5b8097cd3b26b3f1b820b234c94df53
This commit is contained in:
parent
2f1f550cc9
commit
b138b74ed4
3 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@ PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/aosp_ripcurrent_fullmte.mk \
|
$(LOCAL_DIR)/aosp_ripcurrent_fullmte.mk \
|
||||||
$(LOCAL_DIR)/factory_ripcurrent.mk \
|
$(LOCAL_DIR)/factory_ripcurrent.mk \
|
||||||
$(LOCAL_DIR)/aosp_husky.mk \
|
$(LOCAL_DIR)/aosp_husky.mk \
|
||||||
|
$(LOCAL_DIR)/aosp_husky_61_pgagnostic.mk \
|
||||||
$(LOCAL_DIR)/aosp_husky_fullmte.mk \
|
$(LOCAL_DIR)/aosp_husky_fullmte.mk \
|
||||||
$(LOCAL_DIR)/aosp_husky_pgagnostic.mk \
|
|
||||||
$(LOCAL_DIR)/factory_husky.mk \
|
$(LOCAL_DIR)/factory_husky.mk \
|
||||||
$(LOCAL_DIR)/aosp_shiba.mk \
|
$(LOCAL_DIR)/aosp_shiba.mk \
|
||||||
|
$(LOCAL_DIR)/aosp_shiba_61_pgagnostic.mk \
|
||||||
$(LOCAL_DIR)/aosp_shiba_fullmte.mk \
|
$(LOCAL_DIR)/aosp_shiba_fullmte.mk \
|
||||||
$(LOCAL_DIR)/aosp_shiba_pgagnostic.mk \
|
|
||||||
$(LOCAL_DIR)/factory_shiba.mk
|
$(LOCAL_DIR)/factory_shiba.mk
|
||||||
|
|
||||||
COMMON_LUNCH_CHOICES := \
|
COMMON_LUNCH_CHOICES := \
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
$(call inherit-product, device/google/shusky/aosp_husky.mk)
|
$(call inherit-product, device/google/pixel_61/aosp_husky_61.mk)
|
||||||
|
|
||||||
PRODUCT_NAME := aosp_husky_pgagnostic
|
PRODUCT_NAME := aosp_husky_61_pgagnostic
|
||||||
PRODUCT_MODEL := AOSP page-size agnostic Husky 64K ELF
|
PRODUCT_MODEL := AOSP page-size agnostic Husky 64K ELF
|
||||||
|
|
||||||
PRODUCT_PAGE_SIZE_AGNOSTIC := true
|
PRODUCT_PAGE_SIZE_AGNOSTIC := true
|
|
@ -13,9 +13,9 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
$(call inherit-product, device/google/shusky/aosp_shiba.mk)
|
$(call inherit-product, device/google/pixel_61/aosp_shiba_61.mk)
|
||||||
|
|
||||||
PRODUCT_NAME := aosp_shiba_pgagnostic
|
PRODUCT_NAME := aosp_shiba_61_pgagnostic
|
||||||
PRODUCT_MODEL := AOSP page-size agnostic Shiba 64K ELF
|
PRODUCT_MODEL := AOSP page-size agnostic Shiba 64K ELF
|
||||||
|
|
||||||
PRODUCT_PAGE_SIZE_AGNOSTIC := true
|
PRODUCT_PAGE_SIZE_AGNOSTIC := true
|
Loading…
Add table
Add a link
Reference in a new issue