Fix build break due to Android.mk change

The makefile includes a new subdirectory, causing the SHA256 to change,
which in turn breaks the build.

Change-Id: I7624ab271bd63999d4e29b79c47aee110373db3f
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d671a50..9fc4265 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
 # instead run make from .../device/generic/goldfish-opengl
 # which will re-generate this file.
 set(GOLDFISH_DEVICE_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
-android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/./Android.mk" "1b46812779386f6eba221003097f66f4ce3b80515761e8f8694dbe9cfe14cd01")
+android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/./Android.mk" "2fc77bdbdf8e39daa95449648af9e809bf101929df30edd3c1581bc6d03c6d6c")
 add_subdirectory(shared/qemupipe)
 add_subdirectory(shared/gralloc_cb)
 add_subdirectory(shared/GoldfishAddressSpace)